v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBFloors
This endpoint allows you to create a floor. Support for Location-based camera grouping is only available in the professional and enterprise editions.
post/locations/{locationId}/floors
Request body
Example request
{
"name": "Lobby Area - Floor 1",
"floorLevel": 1,
"topLeftCoordinates": {
"latitude": 52.3074013,
"longitude": 4.9459903
},
"bottomRightCoordinates": {
"latitude": 52.3074013,
"longitude": 4.9459903
}
}Response
Floor created
Example response
{
"name": "Lobby Area - Floor 1",
"floorLevel": 1,
"topLeftCoordinates": {
"latitude": 52.3074013,
"longitude": 4.9459903
},
"bottomRightCoordinates": {
"latitude": 52.3074013,
"longitude": 4.9459903
}
}