---
title: "Get devices usage report data"
method: POST
path: "/api/v11/reports/devices-usage"
tags: ["Report"]
---

# Get devices usage report data

`POST /api/v11/reports/devices-usage`

Gets Devices Usage report data

## Headers

- `X-HawkSearch-ApiKey` string, required

## Request body

- ReportParamsBase — Basic report parameters with FromDate and ToDate.
  - `FromDate` string, date-time — Begining of report's period.
  - `ToDate` string, date-time — Ending of report's period.

## Response `200`

OK

- DLDevicesUsageData[]
  - `MobileCount` integer
  - `DesktopCount` integer
  - `TabletCount` integer

---

[API](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi.md) · [All operations](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hawksearch/hawksearch-elasticsearch-indexingapi/versions/24cba7bf3468/schema)
