---
title: "Get the last known location of the client"
method: GET
path: "/essentials/eloc/clients/{clientMac}/last-known-location"
tags: ["Essentials - ExtremeLocation"]
---

# Get the last known location of the client

`GET /essentials/eloc/clients/{clientMac}/last-known-location`

Get the last known location of the client on the floor plan.

## Path parameters

- `clientMac` string, required

## Query parameters

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

## Response `200`

OK

- EssentialsElocLastKnownLocation — The client's last known location on the floor plan
  - `timestamp` string — The located client's last known timestamp in format of date, time and abbreviated timezone
  - `x` number, double — The located client's last known horizontal value on the floor plan
  - `y` number, double — The located client's last known vertical value 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/versions/5ff7ab84e8e8/schema)
