getApplicationCategoryList
The getApplicationCategoryList operation handles configuration related to ApplicationCategory model.
Query Parameters
| Parameter | Required | Type | Description | ||
|---|---|---|---|---|---|
| offset | False | integer | |||
| limit | False | integer | |||
| sort | False | string | |||
| filter | False | string | |||
Example
- name: Execute 'getApplicationCategoryList' operation
ftd_configuration:
operation: "getApplicationCategoryList"
query_params:
offset: "{{ offset }}"
limit: "{{ limit }}"
sort: "{{ sort }}"
filter: "{{ filter }}"