Skip to main content

Get an overview of sites

x-ms-visibility: "important"

Retrieve the total count of sites and their statuses.

Query Parameters
    siteId int64

    Filter by site ID. The results will include data from all the subsites as well.

Responses

Overview of sites, including count and statuses.


Schema
    sites object
    total int32
    ok int32
    error int32
    offline int32
    errorSites object[]
  • Array [
  • siteId int64
    siteName string
    issueType int32

    Possible values: [0, 1]

    Default value: 0

    latitude double nullable
    longitude double nullable
    address string
  • ]
  • offlineSites object[]
  • Array [
  • siteId int64
    siteName string
    issueType int32

    Possible values: [0, 1]

    Default value: 0

    latitude double nullable
    longitude double nullable
    address string
  • ]
Loading...