Get a Receivable history record by ID

GET
/receivables/:receivable_id/history/:receivable_history_id

Path parameters

receivable_history_idstringRequired
receivable_idstringRequired

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Response

This endpoint returns an object.
idstring
ID of the history record.
event_dataobject
Payload of the event.
event_typeenum
Allowed values: status_changedreceivable_updatedbased_on_receivable_createdpayment_receivedmail_sent
The type of event.
receivable_idstring
ID of receivable that was changed.
timestampdatetime
Timestamp when the event has happened.
current_pdf_urlstringOptional
Link, that will lead to the PDF that shows the state of the document after this change. If this change doesn’t change PDF - this field will be empty.
entity_user_idstringOptional

Errors