TaskList

TaskList
TaskList
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "pageSize": 0,
    "listOfTasks": [
        {
            "id": "string",
            "result": {
                "message": "string",
                "result": [
                    "string"
                ]
            },
            "startedAt": "string",
            "status": "string",
            "stoppedAt": "string",
            "url": "string"
        }
    ]
}
integer As int32 As int32
resultTotal
Optional

How many results there are in total (i.e., considering all pages).

integer As int32 As int32
pageCount
Optional

How many pages there are in total.

integer As int32 As int32
pageSize
Optional

Result count for page that was fetched.

array of Task
listOfTasks
Optional

List of Task objects.

Returned By