Download an already imported file
Name | Type | Description |
---|---|---|
fileId | Guid | Id of the file to get |
The following request format is required for this method.
GET https://eu-ext.linnworks.net/api/ImportExport/DownloadImportedFile
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
fileId=a5cc443e-edb5-4468-baec-2e03dee7c027
This is an example of the response JSON. Results will vary depending on your data.
{
"Version": {
"Major": 0,
"Minor": 0,
"Build": -1,
"Revision": -1,
"MajorRevision": -1,
"MinorRevision": -1
},
"Content": null,
"StatusCode": 100,
"ReasonPhrase": "sample string 1",
"Headers": [],
"RequestMessage": {
"Version": {
},
"Content": null,
"Method": {
"Method": "GET"
},
"RequestUri": "http://webapihelppage1.com",
"Headers": [],
"Properties": {}
},
"IsSuccessStatusCode": false
}