Qlik Sense Apps API
Manage Qlik Sense analytics applications including creating, copying, importing, exporting, publishing, and retrieving app metadata.
Qlik Sense Apps API is one of 8 APIs that Qlik Sense publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Apps. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.
This API exposes 19 operations across 13 paths, and defines 10 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.
Requests are made against a single base URL, https://{tenant}.{region}.qlikcloud.com/api/v1.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Qlik Sense Apps API declares
2 security schemes
for authenticating requests.
It accepts HTTP bearer tokens (JWT) (bearerAuth).
An API key is passed in the header as Authorization (apiKey).
By default, every request must be authenticated.
bearerAuth— OAuth 2.0 bearer token obtained from the Qlik Cloud tenant. Use the /oauth/token endpoint or interactive login to obtain a token.apiKey— API key generated from the Qlik Cloud Management Console. Passed in the Authorization header as Bearer .
Paths & Operations 19
Across 13 paths, the API surfaces 19 operations — 2 DELETE, 7 GET, 6 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.
Manage Qlik Sense analytics applications including creating, copying, importing, exporting, publishing, and retrieving app metadata.
Schemas 10
The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are AppAttributes (21 properties), AppScript (4 properties), ReloadLog (4 properties), AppCopy (3 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Qlik Sense 7
Other APIs Qlik Sense publishes across the network.