POST {version}/GetImportDetails
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
ImportQueueName | 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": "3b094b54-b9f3-4e9b-8a90-a5addf886d74", "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>3b094b54-b9f3-4e9b-8a90-a5addf886d74</Id> <Status>sample string 2</Status> <fileContents>QEA=</fileContents> </ImportQueue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ImportQueueName | 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": "e3370ca3-5f17-4c69-9572-c9e5e38d45bf", "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>e3370ca3-5f17-4c69-9572-c9e5e38d45bf</Id> <Status>sample string 2</Status> <fileContents>QEA=</fileContents> </ImportQueue>