Add Qlik app

POST
/api/v2/qlikapps

Create a new Qlik app.

AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'

In: header

Request Body

application/json

The data for the Qlik app to add.

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/qlikapps" \  -H "Content-Type: application/json" \  -d '{    "appId": "string",    "name": "string",    "folderId": "5b6379a4-2a6c-4085-b184-45838a3b8e7e",    "folderPath": "string",    "allowQlikSenseApp": true,    "allowMashup": true,    "defaultOpen": "string"  }'
"string"