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 |
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"
}
