Topics

Lists all Topic objects.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

Responses
chevron-right
200

Success

application/json

Response of a List Topics request.

countinteger · int32Optional

Total number of Topic objects.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is equivalent to the HTTP status code.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

get
/memori/v2/Topics/{strSessionID}
200

Success

Lists Topic objects with pagination.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

frominteger · int32Required

The 0-based index of the first Topic object to list

howManyinteger · int32Required

The number of the Topic objects to list

Responses
chevron-right
200

Success

application/json

Response of a List Topics request.

countinteger · int32Optional

Total number of Topic objects.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is equivalent to the HTTP status code.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

get
/memori/v2/Topics/{strSessionID}/{from}/{howMany}
200

Success

Gets the details of a Topic object.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

strTopicIDstringRequired

The Topic object ID

Responses
chevron-right
200

Success

application/json

Response of a Get Topic request.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is equivalent to the HTTP status code.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

get
/memori/v2/Topic/{strSessionID}/{strTopicID}
200

Success

Lists all User objects referencing a specified Topic object.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

strTopicIDstringRequired

The Topic object ID

Responses
chevron-right
200

Success

application/json

Response of a List Users request.

countinteger · int32Optional

Total number of User objects.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is equivalent to the HTTP status code.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

get
/memori/v2/TopicUsers/{strSessionID}/{strTopicID}
200

Success

Lists User objects referencing a specified Topic object, with pagination.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

strTopicIDstringRequired

The Topic object ID

frominteger · int32Required

The 0-based index of the first User object to list

howManyinteger · int32Required

The number of User objects to list

Responses
chevron-right
200

Success

application/json

Response of a List Users request.

countinteger · int32Optional

Total number of User objects.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous response.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous response.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is equivalent to the HTTP status code.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

get
/memori/v2/TopicUsers/{strSessionID}/{strTopicID}/{from}/{howMany}
200

Success

Last updated