Skip to main content
OBJECT An event recorded on a boarding application, capturing state changes and processing milestones.

Fields

createdBy
Actor
revealChange
RevealedChange
Reveals the plaintext before/after values for a sensitive change log entry. The access is audited.
id
UUID!
required
The unique identifier of the event.
applicationId
UUID!
required
The unique identifier of the application this event belongs to.
createdDateTime
DateTime!
required
The date and time in UTC when this event was created.
displayInformation
[String!]!
required
Human-readable information describing this event for display purposes.
eventType
ApplicationEventType!
required
The type of event that occurred on the application.
sensitiveChanges
[SensitiveChangeOutput!]
Structured sensitive field changes for this event. Values are masked; use the reveal action for plaintext.