v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Floors

This endpoint allows you to retrieve a specific floor at a specific location. Support for Location-based camera grouping is only available in the professional and enterprise editions.

get/locations/{locationId}/floors/{id}

Query parameters

includestring[]

List of properties that should be included in the response

Response

Successfully fetched

idstring required

Unique identifier of the floor

namestring required
floorLevelinteger required

The floor level in a multi-storey building

Example response

{
  "name": "Lobby Area - Floor 1",
  "floorLevel": 1,
  "topLeftCoordinates": {
    "latitude": 52.3074013,
    "longitude": 4.9459903
  },
  "bottomRightCoordinates": {
    "latitude": 52.3074013,
    "longitude": 4.9459903
  }
}