---
title: "Get all connected clients on a floor"
method: GET
path: "/essentials/eloc/clients/location/current-of-all-on-floor"
tags: ["Essentials - ExtremeLocation"]
---

# Get all connected clients on a floor

`GET /essentials/eloc/clients/location/current-of-all-on-floor`

Get the locations of all connected clients on a floor.

## Query parameters

- `parentId` integer, required
- `floorId` integer, required

## Response `200`

OK

- EssentialsElocConnectedClientLocation[]
  - `mac_address` string — Client MAC address
  - `display_name` string — Client display name
  - `timestamp` string — Timestamp of the location (ISO 8601)
  - `x` number, double — X coordinate on the floor plan
  - `y` number, double — Y coordinate on the floor plan

---

[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/revisions/5ff7ab84e8e8/schema)
