---
title: "List of Applications for filtering"
method: POST
path: "/ng-reports/metadata/application"
tags: ["NG Reports (Ondemand)"]
---

# List of Applications for filtering

`POST /ng-reports/metadata/application`

Gives List of Applications for filtering

## Request body

- XiqQoeMetadataApplicationFilter
  - `site_ids` integer[] — The list of Site Ids
  - `building_ids` integer[] — The list of Building Ids
  - `floor_ids` integer[] — The list of Floor Ids
  - `usernames` string[] — The list of usernames
  - `client_macs` string[] — The list of client MAC addresses

## Response `200`

OK

- XiqApplication[]
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `org_id` integer — The organization identifier, valid when enabling HIQ feature
  - `name` string — The application name
  - `description` string — The application description
  - `predefined` boolean — Flag to describle whether the application is predefined or customized
  - `category_id` integer — The category ID of application
  - `category_name` string — The category name of application
  - `detection_rules` XiqApplicationDetectionRule[] — The application detection rules
    - `value` string — The value of detection rule type
    - `protocol` 'HTTP' | 'HTTPS' — The protocol of detection rule
    - `type` 'HOST_NAME' | 'SERVER_IP_ADDRESS' | 'PORT_NUMBER' — The type of detection rule

---

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