---
title: "Export the application usage summary"
method: POST
path: "/applications/usage/summary/export"
tags: ["Application"]
---

# Export the application usage summary

`POST /applications/usage/summary/export`

Export of application usage summary by filter.

## Query parameters

- `sortField` 'USAGE' | 'PERCENTAGE_USAGE' | 'CLIENTS' | 'USERS' | 'APPLICATION_NAME' | 'CATEGORY_NAME'
- `order` 'ASC' | 'DESC' — Sort Order
- `name` string
- `async` boolean

## Request body

- XiqAppUsageSummaryFilter — Request body for Application Usage Summary Filter
  - `site_ids` integer[] — Filter by Site Ids
  - `application_name` string[] — Filter by application name
  - `category_name` string[] — Filter by category (application group) name
  - `number_filter` XiqAppUsageSummaryNumberFilter[] — Filter by number filter
    - `column_name` string — The column name
    - `filter_type` 'GT' | 'GTE' | 'LT' | 'LTE' | 'EQ' | 'NEQ' | 'BTW' | 'BLANK' | 'NOT_BLANK' — The filter type
    - `value` number, double — The value
    - `min` number, double — The minimum value
    - `max` number, double — The maximum value
    - `data_unit` 'BYTES' | 'KB' | 'MB' | 'GB' — The data unit of App usage

## Response `200`

OK

- XiqAppUsageSummaryExport — Report ID for downloading Export CSV file
  - `id` string, required — The reportId

---

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