GET api/SharedCollection/GetActiveConvertTasks?code={code}
Getting the archive preparation task of shared collection files
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
code |
Shared collection code |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result containing the task
ObjResultOfConvertTaskName | Description | Type | Additional information |
---|---|---|---|
Data | ConvertTask |
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": { "url": "sample string 1", "id": "sample string 2", "current": 3, "error": "sample string 4", "total": 5, "complete": true, "step": 7, "cancelled": true }, "error": "sample string 1", "success": true, "errorCode": 3 }
Parameter Information
code
Property | Description |
---|---|
Length (Int32) | |
Chars (Char) |