Spatial API
Last updated
Was this helpful?
Last updated
Was this helpful?
The Spatial API is designed to manage hierarchical spatial data within a division. It includes entities such as layers, spaces, rooms, clusters, areas, and layer circulation. The API provides endpoints to create, retrieve, update, and delete these location-related entities, allowing for comprehensive management and organisation of spatial information.
Retrieve a list of locations or a specific location by ID.
/locations
Optional ID of the location to retrieve.
Number of items to skip.
Maximum number of items to return.
Field by which to sort.
Sort order, 'asc' or 'desc'.
asc
, desc
Retrieve layers within a location, optionally filtered by layer ID.
/layers
ID of the location to retrieve layers from.
Optional ID of the layer to retrieve.
Number of items to skip.
Maximum number of items to return.
Field by which to sort.
Sort order, 'asc' or 'desc'.
asc
, desc
Retrieve spaces within a location and layer, optionally filtered by space ID.
/spaces
ID of the location to retrieve spaces from.
ID of the layer to retrieve spaces from.
Optional ID of the space to retrieve.
Number of items to skip.
Maximum number of items to return.
Field by which to sort.
Sort order, 'asc' or 'desc'.
asc
, desc
Return geometries in GeoJson format.
Retrieve rooms within a location and layer, optionally filtered by room ID.
/rooms
ID of the location to retrieve rooms from.
ID of the layer to retrieve rooms from.
Optional ID of the room to retrieve.
Number of items to skip.
Maximum number of items to return.
Field by which to sort.
Sort order, 'asc' or 'desc'.
asc
, desc
Return geometries in GeoJson format.
Retrieve areas within a location and layer, optionally filtered by area ID.
/areas
ID of the location to retrieve areas from.
ID of the layer to retrieve areas from.
Optional ID of the area to retrieve.
Number of items to skip.
Maximum number of items to return.
Field by which to sort.
Sort order, 'asc' or 'desc'.
asc
, desc
Return geometries in GeoJson format.
Retrieve zones within a location and layer, optionally filtered by zone ID.
/zones
ID of the location to retrieve zones from.
ID of the layer to retrieve zones from.
Optional ID of the zone to retrieve.
Number of items to skip.
Maximum number of items to return.
Field by which to sort.
Sort order, 'asc' or 'desc'.
asc
, desc
Retrieve clusters within a location and layer, optionally filtered by cluster ID.
/clusters
ID of the location to retrieve clusters from.
ID of the layer to retrieve clusters from.
Optional ID of the cluster to retrieve.
Number of items to skip.
Maximum number of items to return.
Field by which to sort.
Sort order, 'asc' or 'desc'.
asc
, desc
Retrieve circulation within a location and layer, optionally filtered by circulation ID.
/circulation
ID of the location to retrieve circulation from.
ID of the layer to retrieve circulation from.
Optional ID of the circulation to retrieve.
Number of items to skip.
Maximum number of items to return.
Field by which to sort.
Sort order, 'asc' or 'desc'.
asc
, desc
Return geometries in GeoJson format.