Contact note details
Contact Notes
Contact note details
Returns a single contact note by ID.
Attributes:
body(string) - The note contentcreated_at(datetime) - When the note was createdupdated_at(datetime) - When the note was last modified
Relationships:
contact- The contact this note belongs to
GET
Contact note details
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
with ?include=contact the response will include the related contact resource
Sparse fields, use: body for example ?fields[contact_notes]=body