Get Calendars
GET/calendars/
Get all calendars in a location.
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
groupId string
Group Id
showDrafted boolean
Show drafted
Default value:
trueSuccessful response
- application/json
- Schema
- Example (auto)
Schema
calendarsobject[]
List of calendars
{
"calendars": [
{
"id": "0TkCdp9PfvLeWKYRRvIz",
"name": "test calendar",
"locationId": "ocQHyuzHvysMo5N5VsXc"
}
]
}