Get Event
Returns a single Event by ID. The response is the generic entity envelope —
all event field values are inside fieldModelV1Data. No cross-entity data
is enriched onto the response; query related data (e.g. linked policies)
separately.
Required permission: company.claim:read
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Entity identifier
Response
Event details
The generic shape returned by unified entity get and list endpoints. All
entity-specific field values live inside fieldModelV1Data (keyed by field
referenceId); the envelope is identical for every entity type.
Entity identifier
Field values keyed by referenceId. Includes calculated/auto-set values
populated by the resolver (e.g. submissionNumber, quoteStatus) and
join field IDs.
Creation time in epoch seconds.
User ID of the creator, or null.
Last update time in epoch seconds (equals createdAt if never updated).
User ID of the last updater, or null.
Display name resolved from createdBy, or null.
Display name resolved from updatedBy, or null.
