---
title: "Get radio miscellaneous settings"
method: GET
path: "/radio-profiles/miscellaneous/{id}"
tags: ["Configuration - Policy"]
---

# Get radio miscellaneous settings

`GET /radio-profiles/miscellaneous/{id}`

Get the radio miscellaneous settings belonging to a radio profile.

## Path parameters

- `id` integer, required

## Response `200`

OK

- XiqRpMiscellaneousSettings — The payload of config for the radio profile
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `sla_throughput_level` string — The Client SLA options -- "NORMAL_DENSITY", "HIGH_DENSITY" (performance-oriented), or "LOW_DENSITY" (coverage-oriented)
  - `radio_range` integer — The Outdoor Deployment for signal distance from 300 to 10000 meters
  - `wmm_qos_settings` XiqRpWmmQosSettings[] — The WMM QoS settings for various media types
    - `id` integer, required — The unique identifier
    - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
    - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
    - `access_category` string — The media categories, including "VOICE", "VIDEO", "BEST_EFFORT", and "BACKGROUND"
    - `arbitration_interframe_space` integer — The Arbitration Interframe space from 1 up to 15.
    - `min_contention_window` integer — The Minimum Contention window from 1 up to 15.
    - `max_contention_window` integer — The Maximum Contention window from 1 up to 15.
    - `transmission_opportunity_limit` integer — The Transmission Opportunity limit from 0 up to 8192.
    - `enable_no_ack` boolean — Whether to enable No Acknowledgment

---

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