Qlik Sense app identifier
an object with query parameters
Optionalfilter?: stringThe advanced filtering to use for the query. Refer to RFC 7644 for the syntax. Cannot be combined with any of the fields marked as deprecated. All conditional statements within this query parameter are case insensitive.
The following fields support the co (contains) operator: name, description
The following fields support the eq (equals) operator: id, ownerId
Example:
(name co "query1" or description co "query2") and ownerId eq "123"
The filter type (REP, SUB). REP stands for report bookmark, SUB for subscription bookmark.
Optionallimit?: numberLimit the returned result set
OptionalloadType?: "interactive" | "batch"Load type expressing the kind of request, eg. interactive for report requests from the Web UI, batch for scheduled report generation.
Optionalpage?: string | nullIf present, the cursor that starts the page of data that is returned.
Optionalsort?: (Sorting parameters.
Optionaloptions: ApiCallOptions
List all filters that are present in the given app. Filters allow to reduce the app data visible in a report output. Each filter can contain definitions on one or multiple fields.