MemoriList

Gets a list of Memori objects owned by the currently logged in User.

get
Path parameters
strTokenstringRequired

The login token

Responses
chevron-right
200

Success

application/json
get
/api/v2/Memori/{strToken}
200

Success

Gets a list of all the Memori Configuration objects.

get
Path parameters
strTokenstringRequired

The login token

Responses
chevron-right
200

Success

application/json
get
/api/v2/MemoriConfigs/{strToken}
200

Success

Gets a list of all the known Memori categories (or tags).

get
Path parameters
tenantNamestringRequired

The name of Tenant

Responses
chevron-right
200

Success

application/json
get
/api/v2/TenantMemoriCategories/{tenantName}
200

Success

Gets a list of all the public Memori objects for a specific Tenant.

get
Path parameters
tenantNamestringRequired

The name of Tenant

Responses
chevron-right
200

Success

application/json
get
/api/v2/TenantPublicMemori/{tenantName}
200

Success

Gets a list of all the public Memori objects for a specific Tenant filtered and paginated

post
Path parameters
tenantNamestringRequired

The name of Tenant

Body
typestring | nullableOptional

Agent Type: "Agents", "Boe"
For different string value, or for null value, filter is not applied

textstring | nullableOptional

A search query to filter by agent by name and/or description

categoriesstring[] | nullableOptional

A search query to filter by categories

startFrominteger · int32Optional

Optional initial result index, 0-based. If omitted defaults to 0. Used for Search, Filter Memories and Memory Hints. Ignored for Random picking.

numberOfResultsinteger · int32Optional

Optional number of results. If omitted defaults to max int value.

Responses
chevron-right
200

Success

application/json
post
/api/v2/TenantPublicMemoriFiltered/{tenantName}
200

Success

Gets a list of the public Memori objects for the currently logged in User.

get
Path parameters
strTokenstringRequired

The login token

Responses
chevron-right
200

Success

application/json
get
/api/v2/PublicMemori/{strToken}
200

Success

Gets a list of the public Memori objects for the currently logged in User filtered and paginated.

post
Path parameters
strTokenstringRequired

The login token

Body
typestring | nullableOptional

Agent Type: "Agents", "Boe"
For different string value, or for null value, filter is not applied

textstring | nullableOptional

A search query to filter by agent by name and/or description

categoriesstring[] | nullableOptional

A search query to filter by categories

startFrominteger · int32Optional

Optional initial result index, 0-based. If omitted defaults to 0. Used for Search, Filter Memories and Memory Hints. Ignored for Random picking.

numberOfResultsinteger · int32Optional

Optional number of results. If omitted defaults to max int value.

Responses
chevron-right
200

Success

application/json
post
/api/v2/PublicMemoriFiltered/{strToken}
200

Success

Gets a list of Memori objects owned by the currently logged in User filtered and paginated.

post
Path parameters
strTokenstringRequired

The login token

Body
typestring | nullableOptional

Agent Type: "Agents", "Boe"
For different string value, or for null value, filter is not applied

textstring | nullableOptional

A search query to filter by agent by name and/or description

categoriesstring[] | nullableOptional

A search query to filter by categories

startFrominteger · int32Optional

Optional initial result index, 0-based. If omitted defaults to 0. Used for Search, Filter Memories and Memory Hints. Ignored for Random picking.

numberOfResultsinteger · int32Optional

Optional number of results. If omitted defaults to max int value.

Responses
chevron-right
200

Success

application/json
post
/api/v2/MemoriFiltered/{strToken}
200

Success

Gets a list of Memori objects shared with the currently logged in User.

get
Path parameters
strTokenstringRequired

The login token

Responses
chevron-right
200

Success

application/json
get
/api/v2/SharedMemori/{strToken}
200

Success

Gets a list of Memori objects shared with the currently logged in User filtered and paginated.

post
Path parameters
strTokenstringRequired

The login token

Body
typestring | nullableOptional

Agent Type: "Agents", "Boe"
For different string value, or for null value, filter is not applied

textstring | nullableOptional

A search query to filter by agent by name and/or description

categoriesstring[] | nullableOptional

A search query to filter by categories

startFrominteger · int32Optional

Optional initial result index, 0-based. If omitted defaults to 0. Used for Search, Filter Memories and Memory Hints. Ignored for Random picking.

numberOfResultsinteger · int32Optional

Optional number of results. If omitted defaults to max int value.

Responses
chevron-right
200

Success

application/json
post
/api/v2/SharedMemoriFiltered/{strToken}
200

Success

Gets a list of Memori objects owned by the specified user.

get
Path parameters
tenantNamestringRequired

The name of Tenant

userNamestringRequired

The name of the User

strTokenstringOptional

The optional login token

Responses
chevron-right
200

Success

application/json
get
/api/v2/UserMemori/{tenantName}/{userName}/{strToken}
200

Success

Gets a list of Memori objects owned by the specified user filtered and paginated.

post
Path parameters
tenantNamestringRequired

The name of Tenant

userNamestringRequired

The name of the User

strTokenstringOptional

The optional login token

Body
typestring | nullableOptional

Agent Type: "Agents", "Boe"
For different string value, or for null value, filter is not applied

textstring | nullableOptional

A search query to filter by agent by name and/or description

categoriesstring[] | nullableOptional

A search query to filter by categories

startFrominteger · int32Optional

Optional initial result index, 0-based. If omitted defaults to 0. Used for Search, Filter Memories and Memory Hints. Ignored for Random picking.

numberOfResultsinteger · int32Optional

Optional number of results. If omitted defaults to max int value.

Responses
chevron-right
200

Success

application/json
post
/api/v2/UserMemoriFiltered/{tenantName}/{userName}/{strToken}
200

Success

Gets a list of Memori objects owned by the specified user.

get
Path parameters
tenantNamestringRequired

The name of Tenant

strUserIDstringRequired

The ID of the User object

strTokenstringOptional

The optional login token

Responses
chevron-right
200

Success

application/json
get
/api/v2/UserMemoriByID/{tenantName}/{strUserID}/{strToken}
200

Success

Gets a list of Memori objects owned by the specified user filtered and paginated.

post
Path parameters
tenantNamestringRequired

The name of Tenant

strUserIDstringRequired

The ID of the User object

strTokenstringOptional

The optional login token

Body
typestring | nullableOptional

Agent Type: "Agents", "Boe"
For different string value, or for null value, filter is not applied

textstring | nullableOptional

A search query to filter by agent by name and/or description

categoriesstring[] | nullableOptional

A search query to filter by categories

startFrominteger · int32Optional

Optional initial result index, 0-based. If omitted defaults to 0. Used for Search, Filter Memories and Memory Hints. Ignored for Random picking.

numberOfResultsinteger · int32Optional

Optional number of results. If omitted defaults to max int value.

Responses
chevron-right
200

Success

application/json
post
/api/v2/UserMemoriByIDFiltered/{tenantName}/{strUserID}/{strToken}
200

Success

Gets a list of all Memori objects.

get

Access to Memori objects not belonging to the current logged in user is granted only to administrative users.

Path parameters
strTokenstringRequired

The login token

Responses
chevron-right
200

Success

application/json
get
/api/v2/AllMemori/{strToken}
200

Success

Gets a list of all Memori objects filtered and paginated.

post

Access to Memori objects not belonging to the current logged in user is granted only to administrative users.

Path parameters
strTokenstringRequired

The login token

Body
typestring | nullableOptional

Agent Type: "Agents", "Boe"
For different string value, or for null value, filter is not applied

textstring | nullableOptional

A search query to filter by agent by name and/or description

categoriesstring[] | nullableOptional

A search query to filter by categories

startFrominteger · int32Optional

Optional initial result index, 0-based. If omitted defaults to 0. Used for Search, Filter Memories and Memory Hints. Ignored for Random picking.

numberOfResultsinteger · int32Optional

Optional number of results. If omitted defaults to max int value.

Responses
chevron-right
200

Success

application/json
post
/api/v2/AllMemoriFiltered/{strToken}
200

Success

Last updated