Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

ImportExport /GetImportList

Allows 150 calls per minute

Response: GetImportListResponse



Get all existing imports

Parameters

NameTypeDescription
requestGetImportListRequest

Permissions

GlobalPermissions.Settings.ImportExport.ImportNode

Example Request

The following request format is required for this method.

Endpoint URL

POST https://eu-ext.linnworks.net/api/ImportExport/GetImportList

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.

request={}

Response

This is an example of the response JSON. Results will vary depending on your data.

{
  "register": [
    {
      "Schedules": [
        {
          "Id": 1,
          "Order": 2,
          "Name": "sample string 3",
          "Migrated": 64,
          "ScheduleXML": "sample string 5",
          "Configuration": {
            "RepetitionType": 0,
            "OneTimeDate": "2023-01-10T13:49:55.6419515Z",
            "DailyFrequency": 0,
            "OccursFrequencyStartingDate": "2023-01-10T13:49:55.6419515Z",
            "OccursFrequencyEveryX": 1,
            "WeeklyDays": "sample string 1",
            "OccursFrequency": 0,
            "OccursOnceAtTime": "sample string 2",
            "OccursEveryHours": 1,
            "StartingTime": "sample string 3",
            "EndingTime": "sample string 4",
            "Enabled": true
          }
        }
      ],
      "LastFileChecksum": "sample string 1",
      "ImportStatus": "sample string 2",
      "ImportSkipped": true,
      "Id": 4,
      "Type": 0,
      "FriendlyName": "sample string 5",
      "Executing": true,
      "justOnce": true,
      "Started": "2023-01-10T13:49:55.6419515Z",
      "Completed": "2023-01-10T13:49:55.6419515Z",
      "IsQueued": true,
      "Enabled": true,
      "IsNew": false,
      "AllSchedulesDisabled": false,
      "TimeZoneOffset": 10.1,
      "NextSchedule": null
    }
  ]
}