Field | Type | Required | Description |
---|---|---|---|
clientId |
?string | ➖ | List sessions for the given client |
userId |
?string | ➖ | List sessions for the given user |
status |
?Operations\Status | ➖ | Filter sessions by the provided status |
limit |
?int | ➖ | Applies a limit to the number of results returned. Can be used for paginating the results together with offset . |
offset |
?int | ➖ | Skip the first offset results when paginating.Needs to be an integer greater or equal to zero. To be used in conjunction with limit . |