Use this call to get StockItem AuditTrail
Name | Type | Description |
---|---|---|
inventoryItemId | Guid | StockItem unique identifier |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemAuditTrail
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.
inventoryItemId=2a48411e-479c-40e0-9f6c-8b148ac85372
This is an example of the response JSON. Results will vary depending on your data.
[
{
"AuditType": "sample string 1",
"AuditTrailDate": "2022-08-03T16:02:35.3297044+01:00",
"AuditText": "sample string 3",
"UserName": "sample string 4",
"StockItemId": "54cc7ee6-f316-4dcb-9f8f-9c025b32035e",
"StockItemIntId": 2
}
]