Get Time Slot

Returns the Time Slot object for a valid identifier.

SecurityOAuth2.0
Request
path Parameters
time-slot-id
required
string
header Parameters
x-api-key
string
tenant-id
string
Content-Type
string
Default: application/json
Responses
200
get/time-slots/{time-slot-id}
Request samples
Response samples
application/json
{
  • "time_slot_id": "string",
  • "from": "23:00",
  • "to": "20:00"
}