v54

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01235140905.8 KB
Accounting

Retrieves history records of a specific expense claim

get/ExpenseClaims/{ExpenseClaimID}/History

Path parameters

ExpenseClaimIDstring uuid required

Unique identifier for a ExpenseClaim

Response

Success - return response of HistoryRecords array of 0 to N HistoryRecord

Example response

{
  "HistoryRecords": [
    {
      "DateUTC": "/Date(1573755038314)/"
    }
  ]
}