---
title: "Get QoE Diagnostics Time Series Data"
method: POST
path: "/ng-reports/timeseries"
tags: ["NG Reports (Ondemand)"]
---

# Get QoE Diagnostics Time Series Data

`POST /ng-reports/timeseries`

Retrieve QoE diagnostics time-series data for the selected metric using applicable filters

## Request body

- XiqQoeDiagnosticsTimeSeriesFilters — metrics
  - `metrics` 'MAX_CONCURRENT_CLIENTS' | 'UNIQUE_CLIENTS_BY_SSID' | 'UNIQUE_WIFI_CLIENTS' | 'CLIENT_QUALITY_SCORE' | 'CLIENT_SESSIONS' | 'CLIENT_AIRTIME_USAGE' | 'WIRELESS_CLIENTS_BY_OS' | 'UNIQUE_CLIENTS_BY_OS' | 'TRAFFIC_VOLUME_PER_APP' | 'DEVICES_BY_CLIENTS' | 'SWITCH_SUMMARY' | 'UNIQUE_CLIENT_BY_SSID_PIE_CHART' | 'TRAFFIC_VOLUME_PER_APP_PIE_CHART', required — List of metrics to include in the report (e.g., MAX_CONCURRENT_CLIENTS).
  - `site_ids` integer[], required — The list of Site Ids
  - `floor_ids` integer[], required — The list of Floor Ids
  - `building_ids` integer[], required — The list of Building Ids
  - `bands` XiqDiagnosticsBands[] — List of bands
  - `contypes` XiqQoeDiagnosticsConnTypes[] — List of Connection Types
  - `devicetypes` XiqQoeDiagnosticsDeviceTypes[] — List of device types
  - `vlan_ids` integer[] — The list of vlan Ids
  - `device_ids` integer[] — The list of device Ids
  - `ssids` string[] — The list of ssids
  - `user_names` string[] — The list of usernames
  - `client_macs` string[] — The list of client MACs
  - `port_nums` integer[] — The list of port numbers
  - `app_ids` integer[] — The list of application Ids
  - `channel_nums` integer[] — The list of channel numbers
  - `admin_roles` integer[] — The list of Admin Roles
  - `start_time` integer, required — Start Time in epoch milliseconds
  - `end_time` integer, required — End Time in epoch milliseconds
  - `async` boolean, required — LRO Call
  - `page` integer — page Value
  - `limit` integer — limit Value
  - `os_types` string[]
  - `isSSIDSelected` boolean — is ssid filter applied
  - `isBandSelected` boolean — is band filter applied

## Response `200`

OK

- XiqQoeDiagnosticsResponse
  - `name` 'MAX_CONCURRENT_CLIENTS' | 'UNIQUE_CLIENTS_BY_SSID' | 'UNIQUE_WIFI_CLIENTS' | 'CLIENT_QUALITY_SCORE' | 'CLIENT_SESSIONS' | 'CLIENT_AIRTIME_USAGE' | 'WIRELESS_CLIENTS_BY_OS' | 'UNIQUE_CLIENTS_BY_OS' | 'TRAFFIC_VOLUME_PER_APP' | 'DEVICES_BY_CLIENTS' | 'SWITCH_SUMMARY' | 'UNIQUE_CLIENT_BY_SSID_PIE_CHART' | 'TRAFFIC_VOLUME_PER_APP_PIE_CHART', required — List of metrics to include in the report (e.g., MAX_CONCURRENT_CLIENTS).
  - `metrics_group` 'GROUP_DEVICES' | 'GROUP_CLIENTS' | 'GROUP_APPLICATIONS_USAGE', required — Metrics Group
  - `time_range` XiqDiagnosticsTimeRange, required — Time Range
    - `start_time` integer — Start Time in epoch milliseconds
    - `end_time` integer — End Time in epoch milliseconds
  - `data` object[], required
  - `os_row_data` XiqQoeDiagnosticsOsRowData[]
    - `timestamp` integer
    - `os_data` XiqOsEntry[]
      - `os` string
      - `value` integer
  - `session_row_data` XiqQoeDiagnosticsSessionRowData[]
    - `timestamp` integer
    - `session_data` XiqSessionEntry[]
      - `site_name` string
      - `value` integer

---

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