---
title: "Get Devices Radio Information"
method: GET
path: "/devices/radio-information"
tags: ["Device"]
---

# Get Devices Radio Information

`GET /devices/radio-information`

Get client radios information of the devices.

## Query parameters

- `page` integer
- `limit` integer
- `deviceIds` integer[], required
- `includeDisabledRadio` boolean

## Response `200`

OK

- PagedXiqRadioEntity
  - `page` integer, required — The current page number
  - `count` integer, required — The element count of the current page
  - `total_pages` integer, required — The total page number based on request page size
  - `total_count` integer, required — The total element count
  - `data` XiqRadioEntity[] — The data in the current page
    - `device_id` integer, required — the device ID
    - `radios` XiqRadio[] — the radio information associated to device
      - `name` string, required — the radio name
      - `channel_number` integer — the channel number
      - `channel_width` 'MHZ_20' | 'MHZ_40' | 'MHZ_80' | 'MHZ_160' | 'MHZ_320', required — The channel width.
      - `mode` '_11bg' | '_11a' | '_11an' | '_11ng' | '_11ac' | '_11ax_2g' | '_11ax_5g' | '_11ax_6g' | '_11be_2g' | '_11be_5g' | '_11be_6g', required — The radio mode indicating the WiFi standard and frequency band.
      - `mac_address` string — The radio MAC address in format XXXXXXXXXXXX
      - `power` integer — The radio transmission power in dBm.
      - `frequency` '2.4GHz' | '5GHz' | '6GHz' — WiFi frequency band
      - `clients` XiqWirelessClient[] — the clients and SSID details
        - `network_policy_name` string — The Network Policy Name
        - `ssid` string — The SSID
        - `ssid_status` 'OPEN' | 'CLOSED' — The SSID status
        - `ssid_security_type` 'OPEN' | 'ENHANCED_OPEN' | 'PPSK' | 'PSK' | 'WEP' | 'TYPE_802DOT1X' — The SSID access security type
      - `wlans` XiqWirelessWlan[] — the radios WLAN details
        - `network_policy_name` string — The Network Policy Name
        - `ssid` string — The SSID
        - `ssid_status` 'OPEN' | 'CLOSED' — The SSID status
        - `ssid_security_type` 'OPEN' | 'ENHANCED_OPEN' | 'PPSK' | 'PSK' | 'WEP' | 'TYPE_802DOT1X' — The SSID access security type
        - `bssid` string — The BSSID in MAC address format XXXXXXXXXXXX

---

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