v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
FloorPlan

Retrieve Walls

This API is used to return all the walls which are drawn on the floor

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

Path parameters

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

Id of a site where walls are associated

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

Id of a floor where walls are associated

Response

Returns list of walls drawn on the FloorMap.

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",
        "wallTypeId": "16a-aad7-4070-8a19-fd6b8e1ff012"
      }
    }
  ],
  "count": 1
}