Skip to Content

StartTask

POST /startTask

Start a task in Nprinting.

Body

FieldValueType
taskIdTask Id to startstring
test (optional)Only log the action but don’t execute it for testing purposestrue
ApiTokenApiToken set in the Config
Status: 200 { "data": { "id": "test", "type": "Qlik.NPrinting.Task.PublishReportsEngineTask", "task": body.taskId, "created": "0001-01-01T00:00:00Z", "lastUpdate": "0001-01-01T00:00:00Z", "completed": null, "progress": 0.0, "status": "Enqueued", "result": null, "priority": 500.0 } }
Last updated on