List DayTimeSlots
GET
/venues/{venueId}/daytimeslots
Authorizations
OAuth2
clientCredentials Flow
Token URL
"https://login.microsoftonline.com/{issuer}/oauth2/v2.0/token"Scopes:
or
X-API-KEY
Is made available as part of the onboading/integration process.
Type
API Key (header: X-API-KEY)
Responses
OK
application/json
JSON
{
"data": [
{
"id": "RB8lCkhd0wpemL8+R5RhynjQq1VuNS3eDkdmUEaK3h26pm+Z0I1tIJQi9SHtVm+Y",
"scenarioId": 0,
"availableForGuests": [
2
],
"unavailableForGuests": [
100
],
"scenarioName": "Valentine Dinner",
"timeFrom": "2022-12-31T10:30:00Z",
"timeTo": "2022-12-31T12:30:00Z",
"waitlistAvailableForGuests": [
2
],
"waitlistUnavailableForGuests": [
3
]
}
]
}