> For the complete documentation index, see [llms.txt](https://developers.innerspace.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.innerspace.io/api-reference-v2/floors.md).

# floors

Refresh Interval: hourly.

A floor in a building.  Each floor may contain multiple [sites](/api-reference-v2/sites.md).

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

```
