floors

Refresh Interval: hourly.

A floor in a building. Each floor may contain multiple sites.

// query
query MyQuery {
  FLOOR {
    BUILDING_ID
    FLOOR_CODE
    ID
    LEVEL
    NAME
    TIME_ZONE
  }
}

Last updated

Was this helpful?