Explore documentation
On-call calendar events API response params
Response body parameters
Parameter | Type | Values |
---|---|---|
events |
Array of objects | List of events, see event table below |
Namespace event
Parameter | Type | Values |
---|---|---|
id |
String | The ID of the on-call calendar event. |
starts_at |
String | Start time of the event (ISO format) |
ends_at |
String | End time of the event (ISO format) |
users |
Array of Strings | Array of users (identified by email address) that are on-call during this event. |