Skip to main content Skip to complementary content
Close announcements banner

App: Import app

Method

POST

Path

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

Description

Import the specified Qlik Sense app from the Qlik Sense import folder (%ProgramData%\Qlik\Sense\Apps) and store the app 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

Body

String (that contains a file name, for example, sales_data.qvf)

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!