Response [200 Ok]
| Uri | /api/v2/status/image/color |
|---|---|
| UriDescription | Base URI for image color status related operations |
| EndpointType | StatusImageColorBase |
Uris
StatusImageColor
/api/v2/status/image/color/:colorid
| Uri | /api/v2/status/image/color/:colorid |
|---|---|
| UriDescription | Status of a color image task by ID |
| EndpointType | StatusImageColor |
| Locator | StatusImageColor |
| LocatorType | Object |
Request
| Uri | /api/v2/status/image/color |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/status/image/color"
},
"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/status/image/color",
"Uris": {
"StatusImageColor": {
"Uri": "/api/v2/status/image/color/:colorid",
"Locator": "StatusImageColor",
"LocatorType": "Object",
"UriDescription": "Status of a color image task by ID",
"EndpointType": "StatusImageColor"
}
},
"UriDescription": "Base URI for image color status related operations",
"EndpointType": "StatusImageColorBase",
"Timing": {
"Total": {
"time": 0.023,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}