User

Lists all User objects associated with the Memori of the current session.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

Responses
chevron-right
200

Success

application/json
get
/memori/v2/Users/{strSessionID}
200

Success

Lists User objects associated with the Memori of the current session, with pagination.

get

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
chevron-right
200

Success

application/json
get
/memori/v2/Users/{strSessionID}/{from}/{howMany}
200

Success

Gets the details of a User object.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

strUserIDstringRequired

The User object ID

Responses
chevron-right
200

Success

application/json
get
/memori/v2/User/{strSessionID}/{strUserID}
200

Success

Lists all Topic objects referenced by a specified User object.

get

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

strUserIDstringRequired

The User object ID

Responses
chevron-right
200

Success

application/json
get
/memori/v2/UserTopics/{strSessionID}/{strUserID}
200

Success

Lists Topic objects referenced by a specified User object, with pagination.

get

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
chevron-right
200

Success

application/json
get
/memori/v2/UserTopics/{strSessionID}/{strUserID}/{from}/{howMany}
200

Success

Lists all Known Facts objects associated with the current User.

get
Path parameters
strSessionIDstringRequired

The session ID

Responses
chevron-right
200

Success

application/json
get
/memori/v2/KnownFacts/{strSessionID}
200

Success

Lists Known Facts objects associated with the current User, with pagination.

get
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
chevron-right
200

Success

application/json
get
/memori/v2/KnownFacts/{strSessionID}/{from}/{howMany}
200

Success

Gets the details of a Known Fact object.

get
Path parameters
strSessionIDstringRequired

The session ID

strKnownFactIDstringRequired

The Known Fact object ID

Responses
chevron-right
200

Success

application/json
get
/memori/v2/KnownFact/{strSessionID}/{strKnownFactID}
200

Success

Deletes an existing Known Fact object.

delete
Path parameters
strSessionIDstringRequired

The session ID

strKnownFactIDstringRequired

The Known Fact object ID

Responses
chevron-right
200

Success

application/json
delete
/memori/v2/KnownFact/{strSessionID}/{strKnownFactID}
200

Success

Last updated