Get Time Schedules (all)
GET /v1/reservations/timeschedules/{deviceId}/all
Gets all reservation time schedules for a given VAKA system.
Headers
Authorization
Bearer <token>
x-api-key
<api key>
Parameters
deviceId string(uuid) path parameter (required)
Identifier of the VAKA system to get schedules from.
pageSize int32 query parameter (optional)
The maximum number of schedules to return. Default page size is 50, maximum allowed page size is 100.
continuationToken (string) query parameter (optional)
Token returned in a previous response that can be used to return the next page of schedules.
Response
200 OK
A list containing details about each reservation time schedule.
Body
timeSchedules array of ReservationTimeSchedule objects
A list of ReservationTimeSchedule objects.
continuationToken string
A token that can be used in subsequent request to fetch the next page of schedules, or null if there is no more schedules to get.
Last updated