Tasks

Tasks
Tasks

A list of tasks

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "valueType": "string",
    "values": [
        {
            "id": "string",
            "name": "string",
            "entityId": "string",
            "entityName": "string",
            "ownerId": "string",
            "userId": "string",
            "steps": "string",
            "status": "string",
            "startTime": "string",
            "endTime": "string",
            "queuedTime": "string",
            "message": "string",
            "isolation": "string",
            "output": {
                "providerAdminUsername": "administrator",
                "providerAdminPassword": "mysecretpassword"
            },
            "activity": "string"
        }
    ]
}