AggregatedSlot
An aggregated time slot with start, end times and count
countintegerrequired
end_atstring<date-time>required
end_at_tsinteger
Unix timestamp in seconds
objectstringrequired
String representing the object's type.
Possible values: [aggregated_slot]
start_atstring<date-time>required
start_at_tsinteger
Unix timestamp in seconds
time_zonestringrequired
IANA time zone name
AggregatedSlot
{
"count": 3,
"end_at": "2025-03-10T10:00:00-04:00",
"end_at_ts": 1736464800,
"object": "aggregated_slot",
"start_at": "2025-03-10T09:00:00-04:00",
"start_at_ts": 1736461200,
"time_zone": "America/New_York"
}