Locations
The Locations endpoints allow you to retrieve a list of all accessible locations, view details for a specific location, and get real-time occupancy data for any location.
Limits how many records are returned in the response.
1000Example: 3Cursor value from the previous response's pagination object used to fetch the next or previous page of results.
eyJsb2NhdGlvbl9pZCI6MTU2OH0A flat list of accessible locations.
Unexpected error
The ID of the location.
1560Pass "children" to include child locations of the current location in the response.
childrenPossible values: Maximum number of children to return per page when using include=children. Defaults to 1000 if not specified.
1000Example: 1Cursor value from the previous response's pagination object used to fetch the next or previous page of children when using include=children.
eyJsb2NhdGlvbl9pZCI6MTU2OH0Location details found
Location not found or not accessible with the provided credentials
Internal server error
The ID of the location.
1560Pass "children" to include current occupancy for child locations in the response.
childrenPossible values: Maximum number of children to return per page when using include=children. Defaults to 1000 if not specified.
1000Example: 1Cursor value from the previous response's pagination object used to fetch the next page of children when using include=children.
eyJsb2NhdGlvbl9pZCI6MTU2OH0Current real-time occupancy data for the location.
Location not found or not accessible with the provided credentials.
Internal server error
Last updated