v1

latestOpenAPI 3.0.02026-08-0448134199.1 KB

Imports an app into the system.

post/api/v1/apps/import

Query parameters

appIdstring

The app ID of the target app when source is qvw file.

fallbackNamestring

The name of the target app when source does not have a specified name, applicable if source is qvw file.

fileIdstring

The file ID to be downloaded from Temporary Content Service (TCS) and used during import.

modestring

The import mode. In new mode (default), the source app will be imported as a new app.<div class=note>The autoreplace mode is an internal mode only and is not permitted for external use.</div>

One of:

  • NEW
  • AUTOREPLACE
namestring

The name of the target app.

NoDataboolean

If NoData is true, the data of the existing app will be kept as is, otherwise it will be replaced by the new incoming data.

spaceIdstring

The space ID of the target app.

Response

OK

privilegesstring[]

Application privileges. Hints to the client what actions the user is allowed to perform. Could be any of:

  • read
  • create
  • update
  • delete
  • reload
  • import
  • publish
  • duplicate
  • export
  • exportdata
  • change_owner
  • change_space