---
title: "Wireless clients count with frequency distribution"
method: POST
path: "/dashboard/wireless/client-health/frequency-distribution"
tags: ["Dashboard Wireless Client Health"]
---

# Wireless clients count with frequency distribution

`POST /dashboard/wireless/client-health/frequency-distribution`

Returns the wireless clients with different frequency distribution based on the provided filters. You can filter the results by sites.

## Query parameters

- `includeUnassigned` boolean

## Request body

- XiqDashboardFilter — Request body for Alert Diagnostics Filter
  - `site_ids` integer[] — List of site ids

## Response `200`

OK

- XiqClientHealthFrequencyDistribution — Wireless clients count with frequency distribution
  - `total_clients` integer — The total number of clients
  - `wired` integer — The number of clients using the wired frequency band
  - `thread` integer — The number of clients using the thread frequency band
  - `clients_2dot4GHz` integer — The number of clients using the 2.4 GHz frequency band
  - `clients_5GHz` integer — The number of clients using the 5 GHz frequency band
  - `clients_6GHz` integer — The number of clients using the 6 GHz frequency band

---

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