Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

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.

4 operations 3 paths 4 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://{tenant}.{region}.qlikcloud.com/api/v1
Authentication
HTTP Bearer, API Key
Resource Areas
1

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.

Reloads 4

Trigger and manage data reloads for apps to refresh data from connected sources.

GET
/reloads
List reloads
listReloads 7 params → 200400401403500
POST
/reloads
Reload an app
reloadApp body → 201400401403429500
GET
/reloads/{reloadId}
Retrieve a reload record
getReload 1 param → 200400401403404500
POST
/reloads/{reloadId}/actions/cancel
Cancel a reload
cancelReload 1 param → 202204400401403404409500

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.

ErrorResponse
object
Standard error response.
1 property
ReloadList
object
Paginated list of reloads.
2 properties
ReloadCreate
object
Payload to trigger an app reload.
3 properties 1 required
Reload
object
Represents a reload record in Qlik Cloud.
14 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qlik-sense-reloads-api-openapi.yml Raw ↑

Other APIs Qlik Sense publishes across the network.

Qlik Sense Engine API
Qlik Sense Repository API
Qlik Sense Proxy API
Qlik Data Integration API
Qlik Embedding API
Qlik Sense Apps API
Qlik Sense Spaces API