API version 2.0
Access API
Notes
3min
the note resource is the way to leave comments related to contacts or accounts in successeve notes can be viewed individually or as a list model a note object contains the following fields attribute type description object string value is ‘note’ id string salesmachine internal id representing the note created at timestamp the time (in seconds) the note was added to successeve body string the note content \[deprecated] 'body' attribute replace 'note' account object the account linked to this note contact object the contact linked to this note author object reference to the user who created this note { "object" "note", "id" "5d3bae5bcb4a287b44583a55", "created at" 1564192347, "subject" "my note", "body" "content of the note", "account" { "object" "account", "id" "5d3bae5bcb4a287b44583a55" }, "author" { "object" "user", "id" "5a9d0d70ec8d83231af64745" } }