Qlik Sense Reloads API
Trigger and manage data reloads for apps to refresh data from connected sources.
Qlik Sense Reloads 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 Reloads. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.
This API exposes 4 operations across 3 paths, and defines 4 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 Reloads 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 4
Across 3 paths, the API surfaces 4 operations — 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.
Trigger and manage data reloads for apps to refresh data from connected sources.
Schemas 4
The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Reload (14 properties), ReloadCreate (3 properties), ReloadList (2 properties), ErrorResponse (1 property). 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.