---
title: "Find all floor map labels referencing the floor"
method: GET
path: "/locations/floor/{floorId}/label"
tags: ["Location"]
---

# Find all floor map labels referencing the floor

`GET /locations/floor/{floorId}/label`

Finds all labels referencing the floor given by its id.

## Path parameters

- `floorId` integer, required

## Response `200`

OK

- XiqFloorMapLabel[]
  - `id` integer, required — The Floor Map Label, its id
  - `floor_id` integer — The Floor, its id
  - `x` number, double, required — The Floor Map Label, its x coordinate on the map
  - `y` number, double, required — The Floor Map Label, its y coordinate on the map
  - `text` string, required — The Floor Map Label, its text.
  - `visible` boolean — Visible?

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
