Use this call to get an order's audit trail information
Name | Type | Description |
---|---|---|
pkOrderId | Guid | The order id |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/ProcessedOrders/GetProcessedAuditTrail
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.
pkOrderId=d800c1f4-ee5f-4d75-b1a7-2a197cf6606b
This is an example of the response JSON. Results will vary depending on your data.
[
{
"sid_history": 1,
"fkOrderId": "60bc2d23-0377-488c-b22d-8daaf3e00320",
"HistoryNote": "sample string 3",
"fkOrderHistoryTypeId": "sample string 4",
"DateStamp": "2022-08-03T16:02:32.6460582+01:00",
"Tag": "sample string 6",
"UpdatedBy": "sample string 7",
"TypeDescription": "sample string 8"
}
]