slots
Get all bookable slots between a datetime range
GET
/
slots
Authorizations
apiKey
string
queryrequiredQuery Parameters
apiKey
string
requiredYour API Key
eventTypeId
number
The event type Id to fetch available slots against
startTime
string
requiredStart time of the slot lookup
endTime
string
requiredEnd time of the slot lookup
timeZone
string
TimeZone for the slot lookup
usernameList
string[]
An array of usernames, or team slug in case of a team event [To be used when not using eventTypeId]
eventTypeSlug
string
Slug of the event type to fetch available slots against [To be used when not using eventTypeId]
orgSlug
string
Slug of the organization that the user belongs to, in case the user belongs to an organization [To be used when not using eventTypeId]
isTeamEvent
boolean
True if the event is a team event
Response
200 - application/json
The response is of type object
.
Was this page helpful?