CreateDocEx method
Overview
Creates an app and opens an engine session.
Information noteThis method applies only if running a local installation of Qlik Sense.
Parameters
| Name | Description | Type |
|---|---|---|
| qDocName |
Name of the app. This parameter is mandatory. |
String |
| qUserName |
Name of the user. This parameter is optional. |
String |
| qPassword |
Password of the user. This parameter is optional. |
String |
| qSerial |
Current Qlik Sense serial number This parameter is optional. |
String |
| qLocalizedScriptMainSection |
Name of the first section in the script editor. This parameter is optional. The default value is Main. |
String |
Outputs
The following is returned in the output:
"result": {
"qReturn": {
"qType": "Doc",
"qHandle": <handle of the app>
},
"qDocId": "< path and name of the app>"
}