buildings

Refresh interval: hourly.

Retrieve a list of buildings this user has access to.

query MyQuery {
  BUILDING {
    ID
    NAME
    DESCRIPTION
    TIME_ZONE
  }
}

Last updated

Was this helpful?