User
This API requires a Giver session.
Path parameters
strSessionIDstringRequired
The session ID
frominteger · int32Required
The 0-based index of the first User to list
howManyinteger · int32Required
The number of User objects to list
Responses
200
Success
application/json
get
/memori/v2/Users/{strSessionID}/{from}/{howMany}200
Success
This API requires a Giver session.
Path parameters
strSessionIDstringRequired
The session ID
strUserIDstringRequired
The User object ID
frominteger · int32Required
The 0-based index of the first Topic object to list
howManyinteger · int32Required
The number of Topic objects to list
Responses
200
Success
application/json
get
/memori/v2/UserTopics/{strSessionID}/{strUserID}/{from}/{howMany}200
Success
Path parameters
strSessionIDstringRequired
The session ID
frominteger · int32Required
The 0-based index of the first Known Fact to list
howManyinteger · int32Required
The number of Known Fact objects to list
Responses
200
Success
application/json
get
/memori/v2/KnownFacts/{strSessionID}/{from}/{howMany}200
Success
Last updated