Accounting
Retrieves history records for a specific contact
get/Contacts/{ContactID}/History
Path parameters
ContactIDstring uuid required
Unique identifier for a Contact
Response
Success - return response of HistoryRecords array of 0 to N HistoryRecord
Example response
{
"HistoryRecords": [
{
"DateUTC": "/Date(1573755038314)/"
}
]
}