POST {version}/GetImportDetails
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
ImportQueue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Status | string |
None. |
|
| FileName | string |
None. |
|
| FilePath | string |
None. |
|
| fileContents | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "795ae21f-8c50-4883-a169-0131954cf7d1",
"Status": "sample string 2",
"FileName": "sample string 3",
"FilePath": "sample string 4",
"fileContents": "QEA="
}
application/xml, text/xml
Sample:
<ImportQueue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model.CentralOps.ImportQueue"> <FileName>sample string 3</FileName> <FilePath>sample string 4</FilePath> <Id>795ae21f-8c50-4883-a169-0131954cf7d1</Id> <Status>sample string 2</Status> <fileContents>QEA=</fileContents> </ImportQueue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ImportQueue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Status | string |
None. |
|
| FileName | string |
None. |
|
| FilePath | string |
None. |
|
| fileContents | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "6e3e1da7-5953-4f95-9ff5-61ec8d934202",
"Status": "sample string 2",
"FileName": "sample string 3",
"FilePath": "sample string 4",
"fileContents": "QEA="
}
application/xml, text/xml
Sample:
<ImportQueue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model.CentralOps.ImportQueue"> <FileName>sample string 3</FileName> <FilePath>sample string 4</FilePath> <Id>6e3e1da7-5953-4f95-9ff5-61ec8d934202</Id> <Status>sample string 2</Status> <fileContents>QEA=</fileContents> </ImportQueue>