Skip to content

Site

About Sites

A site represents a business location, such as an office building, a facility or a campus. Sites can be used to logically and geospatially group various objects and events that share a physical space, such as Devices, Geofences.

id

The unique identifier of the site.

Type: ID!

name

The name of the site.

Type: String!

position

The geographic location of the site

Type: GeoJSONPoint

polygon

The geographic shape of the site

Type: GeoJSONMultiPolygon

devices

The devices that are associated with the site

Type: [Device!]!

pointsOfInterest

The points of interest that are associated with this site

Type: [PointOfInterest!]!

geofences

The geofences that are associated with this site

Type: [Geofence!]!