Retrieve occurrences of a class

Returns a paginated list of scheduled occurrences for a given class referenced by classId.

Occurrences represent specific instances of a class on a particular date and time.

Required Scope: read:classes_and_bookings

Path Params
uuid
required

The requested class's ID

Query Params
string

The start date and time of when you want occurrences to start from. RFC3339 without milliseconds.

string
required

The end date and time of when you want occurrences until. RFC3339 without milliseconds.

integer
1 to 100
Defaults to 10

The number of records to fetch.

integer
≥ 0
Defaults to 0

The number of records skipped.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json