---
title: "List RTTS supported devices"
method: POST
path: "/rtts/supported-devices"
tags: ["rtts-endpoint"]
---

# List RTTS supported devices

`POST /rtts/supported-devices`

List RTTS supported devices for the specified location filter.

## Request body

- RttsSupportedDevicesRequest
  - `floor_ids` integer[] — List of floor Ids
  - `building_ids` integer[] — List of building ids
  - `site_ids` integer[] — List of site Ids

## Response `200`

OK

- RttsSupportedDevice[]
  - `device_id` integer — The Device Id
  - `host_name` string — The HostName of the device
  - `serial_number` string — Serial Number of Device

---

[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)
