v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-2684278289.5 KB
Events

Get event by ID

get/events/{eventId}

Path parameters

eventIdstring uuid required

ID for the API event

Response

changedPathsstring[] required

List of JSON paths that were modified in this event

idstring uuid required

Unique identifier for this event

mergePatchobject required

JSON object containing the fields that were changed and their new values

occurredAtstring yyyy-mm-ddThh:MM:ssZ required

Timestamp when the event occurred

operationType'create' | 'update' | 'delete' required

The type of operation performed (e.g., create, update, delete)

previousValuesobject nullable

JSON object containing the fields that were changed and their previous values before the update

resourceIdstring uuid required

The ID of the resource that was affected

resourceType'transaction' | 'checkingAccount' | 'savingsAccount' | 'treasuryAccount' | 'investmentAccount' | 'creditAccount' required

The type of resource that was affected (e.g., transaction, account)

resourceVersioninteger required

Version number of the resource after this change

Example response

{
  "occurredAt": "2016-07-22T00:00:00Z",
  "resourceId": "00000000-0000-0000-0000-000000000000"
}