Get Groups
GET/calendars/groups
Get all calendar groups in a location.
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
groupsobject[]
List of calendar groups
{
"groups": [
{
"locationId": "ocQHyuzHvysMo5N5VsXc",
"name": "group a",
"slug": "15-mins"
}
]
}