Note Object


A note contains textual information associated with a contact.

Properties
idstringRead-onlyformat GUID

Note ID.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the note is updated. To prevent conflicting changes, the current revision must be passed when updating the note.


createdDatestringRead-onlyformat date-time

Date and time the note was created.


updatedDatestringRead-onlyformat date-time

Date and time the note was last updated.


contactIdstringformat GUIDimmutable

Contact ID associated with the note.


textstringmaxLength 2048

Note text.


typestring

Note type for organizing notes by their purpose.

Default: NOT_SET


sourceSourceRead-only

Information about who created the note.

Did this help?