get https://api.kustomerapp.com/v1/routing/work-sessions
Retrieves a paginated list of work sessions.
Filtering
This endpoint supports optional filtering in one of the following ways:
Note: These filters cannot be combined.
User (current user querying)
Add user=(true|false)
in the query parameters with one of the following options:
true
- Return current users work sessionsfalse
- Return all users work sessions
Active
Add active=(true|false)
in the query parameters with one of the following options:
true
- Return current active work sessionsfalse
- Return all work sessions
Status Type
Add statusType=[statusType]
in the query parameters with one of the following options:
available
- Available work sessionsunavailable
- Unavailable work sessionsbusy
- Busy work sessions