GET file/document/import/info/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ImportInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| FileId | integer |
None. |
|
| ApplicationId | globally unique identifier |
None. |
|
| FileTypeId | FileType |
None. |
|
| IsSmartForm | boolean |
None. |
|
| Imported | boolean |
None. |
|
| MissingFields | string |
None. |
|
| AdditionalInfo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FileId": 1,
"ApplicationId": "499276d7-6161-4e1f-828e-820f9c3ce0de",
"FileTypeId": 0,
"IsSmartForm": true,
"Imported": true,
"MissingFields": "sample string 5",
"AdditionalInfo": "sample string 6"
},
{
"FileId": 1,
"ApplicationId": "499276d7-6161-4e1f-828e-820f9c3ce0de",
"FileTypeId": 0,
"IsSmartForm": true,
"Imported": true,
"MissingFields": "sample string 5",
"AdditionalInfo": "sample string 6"
}
]