Skip to main content Skip to complementary content
Close announcements banner

App: Upload app

Method

POST

Path

/qrs/app/upload?name={name}&keepdata={keepdata}&replace={replace}

Description

Upload an app as a .qvf file to the Qlik Sense Repository Service (QRS) and store it as {name}.

Information noteThis can only be done on the central node in a Qlik Sense site.

Optional parameters:

  • Exclude the app data when uploading the app (not yet implemented)
  • Replace an existing app with the uploaded app

Header

Content-Type setting for the body: application/vnd.qlik.sense.app or multipart/form-data

Body

.qvf file

Return value

App:

{ "customProperties": null, "owner": { "userId": "", "userDirectory": "", "name": "", "id": "00000000-0000-0000-0000-000000000000" }, "name": "", "appId": "", "publishTime": "0001-01-01T00:00:00.000Z", "published": boolean, "tags": [ { "name": "", "id": "00000000-0000-0000-0000-000000000000" }], "stream": { "name": "", "id": "00000000-0000-0000-0000-000000000000" }], "fileSize": "", "privileges": null, "id": "00000000-0000-0000-0000-000000000000" }

Optional parameters

  • {keepdata}: Exclude the app data when uploading the app (not yet implemented).
  • {replace}: Replace an existing app with the uploaded app. Provide the ID of the app to replace.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!