Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

ImportExport /DownloadImportedFile

Allows 150 calls per minute

Response: HttpResponseMessage



Download an already imported file

Parameters

NameTypeDescription
fileIdGuidId of the file to get

Permissions

GlobalPermissions.Settings.ImportExport.ImportNode

Example Request

The following request format is required for this method.

Endpoint URL

GET https://eu-ext.linnworks.net/api/ImportExport/DownloadImportedFile

Headers

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

Request Body

This is an example of the request structure. Results will vary depending on your data.

fileId=a5cc443e-edb5-4468-baec-2e03dee7c027

Response

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
}