Skip to main content
GET
List Event Occurrences

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your API token.

Path Parameters

event
string<uuid>
required

The unique identifier of the event.

Query Parameters

startDate
string<date>

Only include occurrences on or after this date (YYYY-MM-DD).

endDate
string<date>

Only include occurrences on or before this date (YYYY-MM-DD).

status
enum<string>

Filter occurrences by status.

Available options:
active,
cancelled,
postponed

Response

The list of occurrences.

data
object[]
total
integer

The number of occurrences returned.