GuidesRecipesAPI ReferenceChangelog
Log In
API Reference

Gets session history items.

Returns tenants sessions history.

Query Params
integer
Defaults to 0
integer
Defaults to 100
sort
array of strings
Defaults to sessionId:desc

Sorting criteria in the format: property:asc/desc. Default sort is sessionId:desc. Multiple sort criteria are supported and must be separated with a comma. Example: sort=sessionId:desc,deviceId:asc

sort
string

Query in the RSQL format, allowing to filter session history items collection. Default filter is empty query - returning all results for the requested page. Fields allowed in the query: sessionId, deviceId, sessionAdminId. This param can be combined with paging and sorting. Example: sessionAdminId=="Andrzej"

Response

Language
Credentials
Response
Choose an example:
application/json