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

# Get the path of the client in the specified interval

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

Get the path of the client on the floor plan in the specified interval.

## Query parameters

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

## Response `200`

OK

- EssentialsElocClientPathPoint[]
  - `x` number, double — X coordinate on the floor plan
  - `y` number, double — Y coordinate on the floor plan
  - `timestamp` string — Timestamp of the point (ISO 8601)

---

[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/242a0e1b1b40/schema)
