---
title: "Fetch floor"
method: GET
path: "/floors/{id}"
tags: ["Floors"]
---

# Fetch floor

`GET /floors/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `id` integer, required — The ID of the floor
  - `resource_type` 'Floor', required — The resource type of the floor
  - `name` string, required — The name of the floor
  - `description` string, nullable, required — The description of the floor
  - `number` integer, required — The number of the floor
  - `created_at` string, date-time, required — When the floor was created
  - `updated_at` string, date-time, required — When the floor was updated
  - `place_id` integer, required — The place ID of the floor

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
