ActionDetails
Type-specific payload for an action. Discriminated by
kind— which mirrors the row's top-leveltype:notecarries a note details object;chatcarries a conversation details object (a shared file, if any — the message body itself is private and never returned);auditcarries an immutable event details object. A row's origin is conveyed separately by the action'ssubjectfield, not by adding new kinds.Details for a note action (
kind = note).- kindDiscriminatorenumconst:noterequiredvalues
- note
- archivedType: null | stringFormat: date-time
At When this note was archived (UTC, ISO 8601). Null when active. Populated for archived rows and for superseded predecessors. Only returned when
include_archived=trueis requested. - contentType: null | string
Format Rendering format of the note body:
markdownfor markdown notes;nullfor plain text. - fileType: object · FileAttachment nullable
Attached file information, if any.
- messageType: string
The note text content.
- noteType: null | string
Type Activity sub-type:
call,meeting,email,news. Null for plain notes and for surfaces that carry no sub-type. - supersededType: null | string
By Activity Id Id of the successor note that supersedes this note. Null when this note is the active head of its chain.
- supersedesType: null | string
Activity Id Id of the predecessor note this note supersedes (this note is the current revision). Null when this note is the original.