calendar
Get Calendars
Use this endpoint to get a list of calendars for the location. This endpoint will return a paginated response starting from the given record index.
get/calendars
Query parameters
pageSizeinteger
Controls how many items are returned per page in paginated responses.
- Default: 25 items per page if not specified
- Minimum: 1 item per page
- Use with pageStartIndex for navigating through large result sets
recordStartIndexinteger
The index of the first element to return
Response
OK
Example response
{
"items": [
{
"id": "fa3b4dce-d1a9-4fb7-84d6-192e139f15b2",
"name": "Location Calendar"
}
]
}