Accounting
Retrieves history for a specific item
get/Items/{ItemID}/History
Path parameters
ItemIDstring uuid required
Unique identifier for an Item
Response
Success - return response of HistoryRecords array of 0 to N HistoryRecord
Example response
{
"HistoryRecords": [
{
"DateUTC": "/Date(1573755038314)/"
}
]
}