Locations are Levels, Spaces, Areas, POIs and Location Groups (see /locations/types/). They have a shared ID pool.
/locations/types/
This API endpoint only accesses locations that have can_search or can_describe set to true.
can_search
can_describe
true
If you want to access all of them, use the API endpoints for the Location Types.
Additionally, you can access Custom Locations (Coordinates) by using c:<level.short_label>:x:y as an id or slug.
c:<level.short_label>:x:y
Protected
Readonly
Set a new API URL.
The new API url
Locations are Levels, Spaces, Areas, POIs and Location Groups (see
/locations/types/). They have a shared ID pool.This API endpoint only accesses locations that have
can_searchorcan_describeset totrue.If you want to access all of them, use the API endpoints for the Location Types.
Additionally, you can access Custom Locations (Coordinates) by using
c:<level.short_label>:x:yas an id or slug.