LinkSlotListResponse
List of available time slots for a scheduling link
Array [
durationintegerrequired
Duration of the slot in minutes
end_atdate-timerequired
When the slot ends
rankintegerrequired
Ranking/priority of this slot
start_atdate-timerequired
When the slot starts
]
LinkSlotListResponse
[
{
"duration": 30,
"end_at": "2024-01-20T14:30:00Z",
"rank": 1,
"start_at": "2024-01-20T14:00:00Z"
},
{
"duration": 30,
"end_at": "2024-01-20T15:00:00Z",
"rank": 1,
"start_at": "2024-01-20T14:30:00Z"
}
]