Task
List Task Info
GET /api/task/info
Get information of all tasks, returns a list of QMC TaskOperational Objects.
Get Task Info
GET /api/task/info/{taskId}
Get information of a specific task, returns a list of QMC TaskOperational Objects (which should be 1).
Start reload task
POST /api/task/start
Body:
| Field | Value | Type | 
|---|---|---|
| taskId | Id of the task to start | string | 
Example:
{
    "taskId":"0ea90134-09c0-4c50-a0f5-a9bd677e61cc"
}Last updated on