EntityNoteWithDetails

    • entityId
      Type: stringFormat: uuid
      required

      Entity ID this note belongs to (UUID)

    • id
      Type: stringFormat: uuid
      required

      Note ID (UUID)

    • note
      Type: string
      required

      The note content

    • createdAt
      Type: stringFormat: date-time

      Timestamp when note was created

    • createdBy
      Type: stringFormat: uuid

      User ID who created the note

    • creatorName
      Type: string nullable

      Full name of the user who created the note

    • deletedAt
      Type: stringFormat: date-time nullable

      Timestamp when note was soft deleted

    • entityName
      Type: string nullable

      Name of the entity

    • updatedAt
      Type: stringFormat: date-time

      Timestamp when note was last updated

    • updatedBy
      Type: stringFormat: uuid

      User ID who last updated the note

    • updaterName
      Type: string nullable

      Full name of the user who last updated the note