v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
FloorPlan

Retrieves Zones

This API is used to retrieve list of zones for a floor.

get/network-monitoring/v1/sitemaps/{site-id}/floors/{floor-id}/zones

Path parameters

site-idstring const required
Example:16a-aad7-4070-8a19-fd6b8e1ff012

Id of a site where zones are associated

floor-idstring required
Example:fff2bd91-de81-4097-8420-3ca7f87450fd

Id of a floor where zones are associated

Response

Returns zones based on the provided site id and floor id.

typestring const

Default walltype Id.

countinteger required

The number of objects returned in the current list.

Example response

{
  "type": "FeatureCollections",
  "items": [
    {
      "id": "16a-aad7-4070-8a19-fd6b8e1ff012",
      "featureType": "wall",
      "type": "Feature",
      "properties": {
        "floorId": "16a-aad7-4070-8a19-fd6b8e1ff012",
        "zoneName": "hall"
      }
    }
  ],
  "count": 1
}