Response [200 Ok]

Uri /api/v2/task
UriDescription Base URI for background task operations
EndpointType TaskBase

Uris

Task
/api/v2/task/:taskid

Uri /api/v2/task/:taskid
UriDescription Background task by ID
EndpointType Task
Locator Task
LocatorType Object

Timing

Total

cycles 1
objects 0
time 0.01238

Request

Uri /api/v2/task
Method GET
Version v2

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/task"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ]
    },
    "Response": {
        "Uri": "/api/v2/task",
        "Uris": {
            "Task": {
                "Uri": "/api/v2/task/:taskid",
                "Locator": "Task",
                "LocatorType": "Object",
                "UriDescription": "Background task by ID",
                "EndpointType": "Task"
            }
        },
        "UriDescription": "Base URI for background task operations",
        "EndpointType": "TaskBase",
        "Timing": {
            "Total": {
                "time": 0.01238,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}