Function getAppReportFilterWithQuery

  • Get a filter

    Parameters

    • appId: string

      Qlik Sense app identifier

    • id: string

      The filter id identifier (bookmarkId).

    • query: { loadType?: "interactive" | "batch" }

      an object with query parameters

      • OptionalloadType?: "interactive" | "batch"

        Load type expressing the kind of request, eg. interactive for report requests from the Web UI, batch for scheduled report generation.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetAppReportFilterWithQueryHttpResponse>

    GetAppReportFilterWithQueryHttpError