ActionDetailsActionNoteDetails

Details for a note action (kind = note).

  • archivedAt
    Type: null | stringFormat: date-time

    When this note was archived (UTC, ISO 8601). Null when active. Populated for archived rows and for superseded predecessors. Only returned when include_archived=true is requested.

  • contentFormat
    Type: null | string

    Rendering format of the note body: markdown for markdown notes; null for plain text.

  • file
    Type: object · FileAttachment nullable

    Attached file information, if any.

    • fileName
      Type: string

      Original filename

    • id
      Type: string

      File's unique identifier

    • url
      Type: null | string

      URL to download the file (may require authentication)

  • kind
    enum
    const:  
    note
    values
    • note
  • message
    Type: string

    The note text content.

  • noteType
    Type: null | string

    Activity sub-type: call, meeting, email, news. Null for plain notes and for surfaces that carry no sub-type.

  • supersededByActivityId
    Type: null | string

    Id of the successor note that supersedes this note. Null when this note is the active head of its chain.

  • supersedesActivityId
    Type: null | string

    Id of the predecessor note this note supersedes (this note is the current revision). Null when this note is the original.