---
title: "Get Device Issues"
method: GET
path: "/d360/device/issues"
tags: ["D360"]
---

# Get Device Issues

`GET /d360/device/issues`

Returns the information related to device issues

## Query parameters

- `deviceId` integer, required
- `startTime` integer, required
- `endTime` integer, required

## Response `200`

OK

- XiqDeviceIssues — The device details
  - `authentication_failures` integer — The count of authentication failures
  - `association_failures` integer — The count of association issues
  - `ip_address_issues` integer — The count of IP address issues
  - `excessive_packet_loss_ap_count` integer — The total count of number of packets lost
  - `excessive_packet_loss_ap_count_5g` integer — The total count of number of packets lost (in 5g band)
  - `excessive_packet_loss_ap_count_6g` integer — The total count of number of packets lost (in 6g band)
  - `total_clients` integer — The total clients of the device
  - `excessive_packet_loss_ap_count_2dot4g` integer — The count of number of packets lost (in 2.4g 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)
