StartDownload
POST /startDownload
Start downloading an on demand report. For downloading and checking the status refer to /checkDownload
Body
| Field | Value | Type | 
|---|---|---|
| ApiToken | ApiTokenset in the Config | |
| reportId | ReportID | |
| outputFormat | OutputFormat (e.g. pdf) | |
| selections | The Qlik Selections | |
| connectionId | ConnectionID | 
Response
Status: 200
{
    "reportType" : "Excel",
    "requestType" : "report",
    "created" : "2000-01-23T04:56:07.000+00:00",
    "id" : "00000000-0000-0000-0000-000000000000",
    "title" : "title",
    "outputFormat" : "pdf",
    "status" : "queued"
}Last updated on