---
title: "Get Client Grid"
method: POST
path: "/d360/client/grid"
tags: ["D360"]
---

# Get Client Grid

`POST /d360/client/grid`

List of Client

## Query parameters

- `page` integer
- `limit` integer
- `keyword` string
- `deviceId` integer, required
- `startTime` integer, required
- `endTime` integer, required
- `clientStatus` string[]
- `sortField` 'CONNECTION_STATUS' | 'CLIENT_HOSTNAME' | 'SNR' | 'RSSI' | 'CHANNEL_UTILIZATION_SCORE' | 'ASSOCIATION_ISSUE' | 'AUTHENTICATION_ISSUE' | 'IP_ADDRESS_ISSUE' | 'ROAMING_ISSUE' | 'IPV4' | 'CONNECTED_DEVICE_MAC' | 'SSID' | 'VLAN' | 'LAST_SESSION_START_TIME' | 'OPERATING_SYSTEM' | 'CLIENT_MAC' | 'USERNAME' | 'AUTHENTICATION' | 'USER_NAME' | 'ALIAS' | 'IPV6' | 'CLIENT_TYPE'
- `sortOrder` 'ASC' | 'DESC' — Sort Order
- `connectionStatus` 'CONNECTED' | 'DISCONNECTED'

## Request body

- XiqD360ClientGridFilterRequest — D360 Client Grid Filter Request
  - `number_filter` XiqD360NumberFilter[] — The health status
    - `column_name` string — The column name
    - `filter_type` 'GT' | 'GTE' | 'LT' | 'LTE' | 'EQ' | 'NEQ' | 'BTW' | 'BLANK' | 'NOT_BLANK' — The filter type
    - `value` integer — The value
    - `min` integer — The minimum value
    - `max` integer — The maximum value
  - `alias` string[] — The aliases
  - `auth_methods` string[] — The authentication methods
  - `encryption_methods` string[] — The encryption methods
  - `operating_systems` string[] — The operating systems
  - `ssids` string[] — The SSIDs
  - `user_profiles` string[] — The user profile names
  - `frequency` string[] — The frequency
  - `category_assignments` string[] — The category assignments
  - `client_type` string[] — The client type

## Response `200`

OK

- PagedXiqClientStatsGridRow
  - `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` XiqClientStatsGridRow[] — The data in the current page
    - `connection_status` boolean — The current connection status of the client
    - `client_hostname` string — The hostname of the client
    - `client_ip` string, ipv4 or ipv6 — The IP address of the client
    - `site` string — The site where the client is located
    - `building` string — The building where the client is located
    - `floor` string — The floor where the client is located
    - `association_issues` integer — The number of association issues
    - `authentication_issues` integer — The number of authentication issues
    - `ip_address_issues` integer — The number of IP address issues
    - `snr` integer — Signal-to-noise ratio of the client's connection in dB (decibels)
    - `rssi` integer — Received signal strength indicator of the client's connection in dBm (decibels-milliwatts)
    - `channel_utilization_score` integer — The percentage of channel utilization (0-100%)
    - `frequency` string — The frequency band used by the client (e.g., 2.4 GHz, 5 GHz, 6 GHz)
    - `roaming_issues` integer — The number of roaming issues experienced by the client
    - `ipv4` string, ipv4 — The IPv4 address assigned to the client
    - `connected_device_mac` string, string — The MAC address of the connected device (accepted formats: 12 hex characters without delimiters, or colon-separated or hyphen-separated)
    - `ssid` string — The SSID of the network
    - `vlan` integer — The VLAN ID
    - `username` string — The username of the client
    - `authentication` string — The authentication method used
    - `encryption` string — The encryption method used
    - `user_profile` string — The user profile assigned to the client
    - `alias` string — The alias of the client
    - `category_assignment` string — The category assignment of the client
    - `ipv6` string, ipv6 — The IPv6 address assigned to the client
    - `client_device_id` integer — The client device ID
    - `device_id` integer — The device ID
    - `client_type` string — the client type
    - `is_mlo` boolean — boolean to determine mlo ot not
    - `mlo_bands` string[] — supports mlo bands
    - `mlo_mode` string — mlo mode
    - `last_session_start_time` integer — The start time of the last session (int64 epoch in milliseconds)
    - `operating_system` string — The operating system of the client device
    - `client_mac` string, string — The MAC address of the connected device (accepted formats: 12 hex characters without delimiters, or colon-separated or hyphen-separated)

---

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