Get 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 sessions
  • false - 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 sessions
  • false - Return all work sessions

Status Type

Add statusType=[statusType] in the query parameters with one of the following options:

  • available - Available work sessions
  • unavailable - Unavailable work sessions
  • busy - Busy work sessions
Language
Authentication
Bearer
Click Try It! to start a request and see the response here!