GET api/order/{skip}/{take}?appUser={appUser}&status={status}&type={type}&countryCode={countryCode}&nameFilter={nameFilter}&dataType={dataType} Authentication required

Use this method to get a list of all your orders

Request

URI Parameters

NameDescriptionTypeAdditional information
skip

integer

Required

take

integer

Required

appUser

string

Default value is

status

enum (See Model)

None.

type

enum (See Model)

None.

countryCode

string

Default value is

nameFilter

string

Default value is

dataType

enum (See Model)

None.

Response

Returns a list of all your orders

Output : array of objects (See Model)

Ouput Sample

  • application/json, text/json :
  • [ { "id": 1, "name": "sample string 2", "appUser": "sample string 3", "type": "sample string 4", "dataType": "sample string 5", "countryCode": "sample string 6", "creationDate": "2024-04-20T02:34:08.9298439+02:00", "modificationDate": "2024-04-20T02:34:08.9298439+02:00", "status": { "status": "sample string 1", "queuePosition": 2, "globalProgress": 3.1, "items": [ { "name": "sample string 1", "progress": 2.1 }, { "name": "sample string 1", "progress": 2.1 } ] }, "recordCount": 9, "fileName": "sample string 10", "finalFileName": "sample string 11", "reportFileName": "sample string 12", "headerInFirstRow": true, "rowDelimiter": "sample string 14", "columnDelimiter": "sample string 15", "trimCharacter": "sample string 16", "mappings": [ { "source": "sample string 1", "position": 2, "destination": "sample string 3" }, { "source": "sample string 1", "position": 2, "destination": "sample string 3" } ], "history": [ { "date": "2024-04-20T02:34:08.9298439+02:00", "status": "sample string 2", "message": "sample string 3" }, { "date": "2024-04-20T02:34:08.9298439+02:00", "status": "sample string 2", "message": "sample string 3" } ], "options": [ { "optionName": "sample string 1", "selected": true }, { "optionName": "sample string 1", "selected": true } ], "preview": [ { "columnName": "sample string 1", "columnPosition": 2, "values": [ "sample string 1", "sample string 2" ] }, { "columnName": "sample string 1", "columnPosition": 2, "values": [ "sample string 1", "sample string 2" ] } ] }, { "id": 1, "name": "sample string 2", "appUser": "sample string 3", "type": "sample string 4", "dataType": "sample string 5", "countryCode": "sample string 6", "creationDate": "2024-04-20T02:34:08.9298439+02:00", "modificationDate": "2024-04-20T02:34:08.9298439+02:00", "status": { "status": "sample string 1", "queuePosition": 2, "globalProgress": 3.1, "items": [ { "name": "sample string 1", "progress": 2.1 }, { "name": "sample string 1", "progress": 2.1 } ] }, "recordCount": 9, "fileName": "sample string 10", "finalFileName": "sample string 11", "reportFileName": "sample string 12", "headerInFirstRow": true, "rowDelimiter": "sample string 14", "columnDelimiter": "sample string 15", "trimCharacter": "sample string 16", "mappings": [ { "source": "sample string 1", "position": 2, "destination": "sample string 3" }, { "source": "sample string 1", "position": 2, "destination": "sample string 3" } ], "history": [ { "date": "2024-04-20T02:34:08.9298439+02:00", "status": "sample string 2", "message": "sample string 3" }, { "date": "2024-04-20T02:34:08.9298439+02:00", "status": "sample string 2", "message": "sample string 3" } ], "options": [ { "optionName": "sample string 1", "selected": true }, { "optionName": "sample string 1", "selected": true } ], "preview": [ { "columnName": "sample string 1", "columnPosition": 2, "values": [ "sample string 1", "sample string 2" ] }, { "columnName": "sample string 1", "columnPosition": 2, "values": [ "sample string 1", "sample string 2" ] } ] } ]