An array containing the unique identifiers for the persons directly associated with the note.
The string containing the content of the note.
The string representing the time when the note was created.
The unique identifier of the person object who created the note.
The unique identifier of the note object.
The unique identifier of the interaction the note is attached to, if any.
An array containing the unique identifiers for the persons on the interaction the note is attached to, if any. This will be an empty array if there is no such interaction or there aren’t any attendees.
The type of the interaction the note is attached to, if any.
True if the note is attached to a meeting or a call.
An array containing the unique identifiers for the persons who are @ mentioned in the note. If there are no mentioned persons, this will be an empty array.
An array of unique identifiers of opportunity objects that are associated with the note.
An array of unique identifiers of organization objects that are associated with the note.
The unique identifier of the note that this note is a reply to. If this field is null, the note is not a reply. Note replies will never have values for opportunity_ids, person_ids, and organization_ids. Only the parent note is associated with an entity. You can fetch the parent note resource to identify the root entity.
An array containing the unique identifiers for all the persons relevant to the note. This is the union of Note.associated_person_ids and Note.interaction_person_ids.
The type of the note.
The string representing the last time the note was updated.
A note object contains content, which is a string containing the note body. In addition, a note can be associated with multiple people, organizations, or opportunities. Each person, organization, or opportunity will display linked notes on their profiles.