---
title: "Get the device radio operating mode"
method: GET
path: "/devices/{id}/radio-operating-mode"
tags: ["Device"]
---

# Get the device radio operating mode

`GET /devices/{id}/radio-operating-mode`

Get the device radio operating mode by device ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- XiqDeviceRadioOperatingMode — The request for configuring radio operating mode at device-level and setting radio profiles
  - `radio_operating_mode` 'GENERIC' | 'SERVICE_2_5_6' | 'SENSOR_SERVICE_5_6' | 'SERVICE_5L_5H_6' | 'SENSOR_SERVICE_5_2' | 'SERVICE_5L_5H_2' | 'SERVICE_6L_5_6H' | 'SERVICE_2_5H_5L' | 'SERVICE_6H_5_6L' — The Radio Operating Mode Key
  - `wireless_interfaces` XiqDeviceWirelessInterfaceEntry[] — A list of wireless interfaces.
    - `name` 'WIFI0' | 'WIFI1' | 'WIFI2', required — The Wireless Interface name e.g. wifi0, wifi1, wifi2
    - `radio_profile_id` integer — The radio profile ID

---

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