SavvyCal API
Endpoints
Resources
Webhooks
SavvyCal API
Home Help

Slot

A representation of a time slot.

Properties

This resource includes the following properties:

Property Type Description
start_at datetime The ISO-8601 start time.
end_at datetime The ISO-8601 end time.
duration integer The slot duration (in minutes).
rank integer The preference rank.

Example

Here is an example representation of this resource:

{
"start_at": "2021-06-01T10:00:00Z",
"end_at": "2021-06-01T10:30:00Z",
"duration": 30,
"rank": 1
}