Calendars
Get calendars for a company
get/calendars
Query parameters
companyIdinteger required
Response
List of calendars
Example response
{
"data": [
{
"schedule": {
"preset": "custom",
"timezone": "America/Chicago",
"timezone_source": "explicit"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.