v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
FloorPlan

Retrieve building information

This API provides building and floor information created under a given site.

get/network-monitoring/v1/sitemaps/{site-id}/buildings

Response

Returns the Building information

countinteger required

The number of objects returned in the current list.

Example response

{
  "items": [
    {
      "type": "feature",
      "id": "3b5b-0e6c-4b73-9f6e-4e895a080190",
      "buildingId": "123a-aad7-4070-8a19-fd6b8e1ff012",
      "floors": [
        {
          "type": "feature",
          "id": "3b5b-0e6c-4b73-9f6e-4e895a080190"
        }
      ]
    }
  ],
  "count": 1
}