Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

ProcessedOrders /GetProcessedAuditTrail

Allows 150 calls per minute

Response: List<AuditEntry>



Use this call to get an order's audit trail information

Parameters

NameTypeDescription
pkOrderIdGuidThe order id

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/ProcessedOrders/GetProcessedAuditTrail

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.

pkOrderId=c46ea463-129b-4248-869e-743f821ae2cd

Response

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

[
  {
    "sid_history": 1,
    "fkOrderId": "57725b6a-adc9-4758-8ed4-468b166f3591",
    "HistoryNote": "sample string 3",
    "fkOrderHistoryTypeId": "sample string 4",
    "DateStamp": "2023-01-10T13:49:50.2931549+00:00",
    "Tag": "sample string 6",
    "UpdatedBy": "sample string 7",
    "TypeDescription": "sample string 8"
  }
]