Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 4.43 KB

GetSessionListRequest.md

File metadata and controls

13 lines (10 loc) · 4.43 KB

GetSessionListRequest

Fields

Field Type Required Description
clientId Optional<String> List sessions for the given client
userId Optional<String> List sessions for the given user
status Optional<Status> Filter sessions by the provided status
paginated Optional<Boolean> Whether to paginate the results.
If true, the results will be paginated.
If false, the results will not be paginated.
limit Optional<Long> Applies a limit to the number of results returned.
Can be used for paginating the results together with offset.
offset Optional<Long> Skip the first offset results when paginating.
Needs to be an integer greater or equal to zero.
To be used in conjunction with limit.