---
title: "GET /copilot/connectivity/locations"
method: GET
path: "/copilot/connectivity/locations"
tags: ["Copilot - Connectivity Experience"]
---

# GET /copilot/connectivity/locations

`GET /copilot/connectivity/locations`

## Query parameters

- `startTime` integer, required
- `endTime` integer, required
- `page` integer
- `limit` integer
- `sortField` 'NAME' | 'QUALITY_INDEX'
- `sortOrder` 'ASC' | 'DESC' — Sort Order
- `locationId` integer
- `searchKey` string
- `clientType` 'WIRELESS' | 'WIRED' | 'UNSPECIFIED' — the client type
- `forensicBucket` 'TWENTY_FOUR_HOURS' | 'ONE_HOUR' | 'TODAY' | 'ONE_WEEK' | 'SEVEN_DAYS' | 'THIRTY_DAYS' | 'NINETY_DAYS'
- `qualityIndex` 'LOW' | 'MEDIUM' | 'HIGH' | 'UNSPECIFIED' — the quality index value

## Response `200`

OK

- PagedXiqConnectivityExperienceData
  - `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` XiqConnectivityExperienceData[] — The data in the current page
    - `id` string — the unique identifier
    - `info` string — the info related to connectivity experience view type
    - `name` string, required — the location/ssid/os-name based on view type
    - `quality_index` integer, required — the quality index
    - `quality_index_value` 'LOW' | 'MEDIUM' | 'HIGH' | 'UNSPECIFIED', required — the quality index value
    - `client_type` 'WIRELESS' | 'WIRED' | 'UNSPECIFIED', required — the client type
    - `trend_indicator` 'UP' | 'DOWN' | 'EQUAL' | 'NA', required — the quality index trend indicator
    - `quality_index_graph` XiqDataPoint[], required — the quality index graph
      - `timestamp` integer, required — The timestamp
      - `value` number — The data point value

---

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