SavvyCal API
Endpoints
Resources
Webhooks
SavvyCal API
Home Help

Meeting Poll Slot

A representation of a meeting poll 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.
votes integer The number of votes the slot has received.
rank integer The rank of the slot based on number of votes.

Example

Here is an example representation of this resource:

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