Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 702 Bytes

File metadata and controls

17 lines (12 loc) · 702 Bytes

Note

Properties

Name Type Description Notes
id String Unique note Id [optional]
text String Text content of a note
contactIds List<Integer> Contact ids linked to a note [optional]
dealIds List<String> Deal ids linked to a note [optional]
authorId Object Account details of user which created the note [optional]
createdAt [OffsetDateTime] Note created date/time [optional]
updatedAt [OffsetDateTime] Note updated date/time [optional]
pinnedAt [OffsetDateTime] Note pinned date/time [optional]