Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 4.84 KB

GetSessionListRequest.md

File metadata and controls

12 lines (9 loc) · 4.84 KB

GetSessionListRequest

Fields

Field Type Required Description Example
ClientId string List sessions for the given client client_123
UserId string List sessions for the given user user_456
Status Models.Operations.Status Filter sessions by the provided status active
Limit long Applies a limit to the number of results returned.
Can be used for paginating the results together with offset.
20
Offset 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.
10