# floors

Refresh Interval: hourly.

A floor in a building.  Each floor may contain multiple [sites](https://developers.innerspace.io/api-reference-v2/sites).

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

```
