Skip to main content
GET
List Slots

Authorizations

Authorization
string
header
required

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

Path Parameters

organization
string
required

Query Parameters

include
string

Available includes are division, location, schedule, rates, tags, entries. You can include multiple options by separating them with a comma.

page[size]
integer
default:30

The number of results that will be returned per page.

page[cursor]
string

The cursor to start the pagination from.

filter[division_id]
string

Filter by division ID.

Example:

310476121357873150

filter[date]
string

Filter by date.

Example:

"2025-06-26"

filter[state]
string

Filter by state.

Example:

"active"

Response

Paginated set of SlotResource

data
Slot · object[]
required
meta
object
required
included
(Division · object | Location · object | Schedule · object | Rate · object | Tag · object | Entry · object)[]