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