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

# Get the current location of the client

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

Get the current location of the client on the floor plan.

## Query parameters

- `parentId` integer, required
- `floorId` integer, required
- `clientMac` string, required

## Response `200`

OK

- EssentialsElocCurrentLocation — The current location of the client on the floor plan
  - `timestamp` string — The client's current timestamp (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)
