Qlik Sense app identifier
an object with query parameters
Optional
filter?: 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: 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.
Optional
limit?: numberLimit the returned result set
Optional
page?: stringIf present, the cursor that starts the page of data that is returned.
Optional
sort?: (Sorting parameters.
Optional
options: 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.