Skip to main content Skip to complementary content

Extending Qlik NPrinting

Qlik NPrinting exposes a set of REST APIs that enables you to generate reports from other software, for example the QlikView user interface (On-Demand), or software that is developed by a third party.

User settings

A Qlik NPrinting administrator must configure the API user with Windows NTLN authentication. This is done by adding the Domain account in the format <Domain>\<Username> in the user profile. The Qlik NPrinting users can only perform the actions that are defined in their profiles. For example, in the list of apps you will see only the apps for which the connected user is authorized. If the user is not authorized to any app, you will get an error message or an empty list.

Required role

Set the privileges for On-Demand reports in the Roles administration page:

  • Create: user can request the creation of reports using APIs.

APIs are always enabled for all users and roles. You cannot disable APIs.

Report settings

The Enable On-Demand check box must be selected to run a report using APIs.

APIs capabilities

Available APIs are a subset of the user interface features that allows the implementation of the On-Demand reporting. So, On-Demand addon uses APIs.

With Qlik NPrinting APIs you can:

  • Get the list of all available apps with descriptions.
  • Get the list of all available reports with descriptions.
  • Get the list of all available filters with descriptions.
  • Use the On-Demand feature.

Lists are filtered based on user's roles rights. For example, the list of apps contains only apps that the user is authorized to see.

Requests and response details

All API requests require the content-type application/x-www-form-urlencoded unless otherwise specified.

All responses will be in JSON format.

All endpoints also support the HTTP OPTIONS verb, and will respond with the correct CORS headers (cross-origin resource sharing) based on the Qlik NPrinting Server settings.

Date and time format

Qlik NPrinting APIs supports the ISO 8601 (RfC 3339) date and time format for requests and responses.

Detailed documentation for developers

Detailed Qlik NPrinting APIs documentation for developers is available.

See: Qlik NPrinting- APIs reference

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!