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=c46ea463-129b-4248-869e-743f821ae2cd
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"
}
]