Qlik Sense · Capability
Qlik Cloud REST API — Apps
Qlik Cloud REST API — Apps. 19 operations. Lead operation: Get app privileges. Self-contained Naftiko capability covering one Qlik Sense business surface.
What You Can Do
GET
Getappsprivileges
— Get app privileges
/v1/apps
POST
Createapp
— Create an app
/v1/apps
POST
Importapp
— Import an app
/v1/apps/import
GET
Getapp
— Retrieve an app
/v1/apps/{appid}
PUT
Updateapp
— Update an app
/v1/apps/{appid}
DELETE
Deleteapp
— Delete an app
/v1/apps/{appid}
POST
Copyapp
— Copy an app
/v1/apps/{appid}/copy
GET
Getappdatalineage
— Retrieve data lineage for an app
/v1/apps/{appid}/data/lineage
GET
Getappdatametadata
— Retrieve data metadata for an app
/v1/apps/{appid}/data/metadata
POST
Exportapp
— Export an app
/v1/apps/{appid}/export
PUT
Updateappowner
— Change app owner
/v1/apps/{appid}/owner
POST
Publishapp
— Publish an app
/v1/apps/{appid}/publish
PUT
Republishapp
— Republish an app
/v1/apps/{appid}/publish
GET
Getappreloadlogs
— Retrieve script log metadata
/v1/apps/{appid}/reloads/logs
GET
Getappreloadlog
— Retrieve a specific reload log
/v1/apps/{appid}/reloads/logs/{reloadid}
GET
Getappscripts
— Retrieve script history
/v1/apps/{appid}/scripts
POST
Setappscript
— Set script for an app
/v1/apps/{appid}/scripts
PUT
Moveapptospace
— Move app to a space
/v1/apps/{appid}/space
DELETE
Removeappfromspace
— Remove app from space
/v1/apps/{appid}/space
MCP Tools
get-app-privileges
Get app privileges
read-only
idempotent
create-app
Create an app
import-app
Import an app
retrieve-app
Retrieve an app
read-only
idempotent
update-app
Update an app
idempotent
delete-app
Delete an app
idempotent
copy-app
Copy an app
retrieve-data-lineage-app
Retrieve data lineage for an app
read-only
idempotent
retrieve-data-metadata-app
Retrieve data metadata for an app
read-only
idempotent
export-app
Export an app
change-app-owner
Change app owner
idempotent
publish-app
Publish an app
republish-app
Republish an app
idempotent
retrieve-script-log-metadata
Retrieve script log metadata
read-only
idempotent
retrieve-specific-reload-log
Retrieve a specific reload log
read-only
idempotent
retrieve-script-history
Retrieve script history
read-only
idempotent
set-script-app
Set script for an app
move-app-space
Move app to a space
idempotent
remove-app-space
Remove app from space
idempotent