Get a receivable's history record by ID
Path parameters
ID of the history record to return. You can get these IDs from GET /receivables/{receivable_id}/history
.
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Response
An object containing additional information about the event or change. The object structure varies based on the event_type
. In receivable_created
and receivable_updated
events, event_data
is an empty object {}
.
ID of the entity user who made the change or trigger the event, or null
if it was done by using a partner access token.