GET api/Import/GetImports
Getting file import tasks
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result containing file import tasks
ObjResultOfImportInfo[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of ImportInfo |
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": null,
"error": "sample string 1",
"success": true,
"errorCode": 3
}