v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
FloorPlan

Retrieve sites with or without floor configuration

This API provides a list of sites that have floors configured or sites that do not have any floors configured.

get/network-monitoring/v1/sitemaps/sites

Query parameters

filterstring const

OData 4.0 filter string for hasFloors boolean field.

Example:hasFloors eq true

An OData 4.0 filter can be provided with hasFloors (use eq operator, e.g. hasFloors eq false). Default value is true. When hasFloors eq true, returns sites that have floors. When hasFloors eq false, returns sites without floors.

limitinteger

Specifies the number of results to be returned. (Default: 20)

Example:100
offsetinteger

Specifies the number of results to skip before returning results. (Default: 0)

Response

Returns List of Sites with or without floor information.

totalinteger

Total number of sites matching the filter (unaffected by limit and offset)

offsetinteger

Specifies the number of results to skip before returning results. (Default: 0)

countinteger

Number of sites returned in this page (respects limit and offset parameters)

Example response

{
  "items": [
    {
      "scopeId": "12345678",
      "scopeName": "HPE India"
    }
  ],
  "total": 10,
  "count": 10
}