Get All Tasks
GET /getAllTasks
Get All Reload Tasks of the connected Qlik server.
Header
| Field | Value | 
|---|---|
| AccessToken | AccessToken_taskStartset in the Config | 
Response type
Status: 200
 
{
    createdDate?: string,
    enabled?: boolean,
    id: string,
    isManuallyTriggered?: boolean,
    maxRetries?: number,
    modifiedByUser?: string,
    modifiedDate?: string,
    name: string,
    operational?: {
        id: string,
        lastExecutionResult: {
            details: [],
            duration: number,
            executionNodeName: string,
            id: string,
            scriptLogAvailable: boolean,
            scriptLogLocation: string,
            scriptLogSize: number,
            startTime: string,
            status: number,
            stopTime: string,
        },
        nextExecution: string,
        status: number,
    },
    shemaPath?: string,
    taskSessionTimeout?: number,
    taskType?: number
}[]Last updated on