---
title: "Asset statistics"
method: POST
path: "/dashboard/assets"
tags: ["Dashboard"]
---

# Asset statistics

`POST /dashboard/assets`

Returns the count of total devices, total offline devices, wired offline devices, and wireless offline devices 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

- XiqAssetDashboard — The asset diagnostic data for total, offline, wired, and wireless offline devices.
  - `total_devices` integer — Total count of devices
  - `total_offline_devices` integer — Total count of offline devices
  - `wired_offline_devices` integer — Count of wired offline devices
  - `wireless_offline_devices` integer — Count of wireless offline devices

---

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