GET api/Thumbnail/GetActiveUpdateThumbnailsTasks
Getting thumbnail update tasks
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result containing thumbnail update tasks
ObjResultOfCatalogTask[]Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of CatalogTask |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "id": "sample string 1", "current": 2, "error": "sample string 3", "total": 4, "complete": true, "step": 6, "cancelled": true }, { "id": "sample string 1", "current": 2, "error": "sample string 3", "total": 4, "complete": true, "step": 6, "cancelled": true } ], "error": "sample string 1", "success": true, "errorCode": 3 }