---
title: "Get the last known location of the client in the specified interval"
method: GET
path: "/essentials/eloc/clients/location/last-known-location-in-interval-on-floor"
tags: ["Essentials - ExtremeLocation"]
---

# Get the last known location of the client in the specified interval

`GET /essentials/eloc/clients/location/last-known-location-in-interval-on-floor`

Get the last known location of the client on the floor plan in the specified interval.

## Query parameters

- `parentId` integer, required
- `floorId` integer, required
- `clientMac` string, required
- `interval` 'TODAY' | 'YESTERDAY' | 'SEVEN_DAYS' | 'THIRTY_DAYS' | 'NINETY_DAYS', 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/revisions/5ff7ab84e8e8/schema)
