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 Enterprise App API

Manage Qlik Sense applications including import, export, copy, publish, and reload

Qlik Sense Enterprise App API is one of 32 APIs that Qlik Sense Enterprise publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include App. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 15 operations across 13 paths, and defines 10 schemas. It is described by OpenAPI 3.1.0, at version 2025.11.0.

Requests are made against a single base URL, https://{server}/api/about/v1.

15 operations 13 paths 10 schemas 1 DELETE6 GET4 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2025.11.0
Server
https://{server}/api/about/v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Qlik Sense Enterprise App API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Qlik-Xrfkey (xrfkey). By default, every request must be authenticated.

  • xrfkey — Cross-site request forgery prevention key. Must be 16 arbitrary characters and must match the Xrfkey query parameter.

Paths & Operations 15

Across 13 paths, the API surfaces 15 operations — 1 DELETE, 6 GET, 4 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

App 15

Manage Qlik Sense applications including import, export, copy, publish, and reload

GET
/app
Qlik Sense Enterprise List applications
getApps 4 params → 200401
GET
/app/full
Qlik Sense Enterprise List applications with full details
getAppsFull 4 params → 200401
GET
/app/count
Qlik Sense Enterprise Count applications
getAppsCount 2 params → 200401
GET
/app/{id}
Qlik Sense Enterprise Get application by ID
getApp 3 params → 200404401
PUT
/app/{id}
Qlik Sense Enterprise Update application
updateApp 3 params body → 200404409401
DELETE
/app/{id}
Qlik Sense Enterprise Delete application
deleteApp 2 params → 204404401
POST
/app/import
Qlik Sense Enterprise Import application
importApp 4 params body → 201400401
POST
/app/{id}/copy
Qlik Sense Enterprise Copy application
copyApp 4 params → 201404401
GET
/app/{id}/export
Qlik Sense Enterprise Export application
exportApp 3 params → 200404401
PUT
/app/{id}/publish
Qlik Sense Enterprise Publish application to a stream
publishApp 4 params → 200404401
POST
/app/{id}/reload
Qlik Sense Enterprise Reload application data
reloadApp 2 params → 204404401
PUT
/app/{id}/replace
Qlik Sense Enterprise Replace application content
replaceApp 3 params → 200404401
PUT
/app/{id}/migrate
Qlik Sense Enterprise Migrate application
migrateApp 2 params → 200404401
GET
/app/hublist
Qlik Sense Enterprise Get hub app list
getAppHubList 1 param → 200401
POST
/app/upload
Qlik Sense Enterprise Upload application
uploadApp 3 params body → 201400401

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are App (21 properties), AppCondensed (10 properties), CustomPropertyValue (7 properties), UserCondensed (5 properties). Each schema is shown below with its type and property counts.

AppCondensed
object
10 properties
UserCondensed
object
5 properties
TagCondensed
object
3 properties
StreamCondensed
object
3 properties
Error
object
1 property
EntityCount
object
1 property
CustomPropertyCondensed
object
4 properties
ExportResult
object
3 properties
App
object
21 properties 1 required
CustomPropertyValue
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qlik-sense-enterprise-app-api-openapi.yml Raw ↑

Other APIs Qlik Sense Enterprise publishes across the network.

Qlik Sense Engine JSON API
Qlik Sense Capabilities
Qlik Sense Enterprise About API
Qlik Sense Enterprise Access Type API
Qlik Sense Enterprise App Object API
Qlik Sense Enterprise Components API
Qlik Sense Enterprise Content Library API
Qlik Sense Enterprise Custom Property API
Qlik Sense Enterprise Data Connection API
Qlik Sense Enterprise Extension API
Qlik Sense Enterprise External URLs API
Qlik Sense Enterprise Health API