Contact Notes
Contact note details
Returns a single contact note by ID.
Attributes:
- body (string) - The note content
- created_at (datetime) - When the note was created
- updated_at (datetime) - When the note was last modified
Relationships:
- contact - The contact this note belongs to
get/v1/contact_notes/{id}
Query parameters
includestring
with ?include=contact the response will include the related contact resource
fields[contact_notes]string
Sparse fields, use: body for example ?fields[contact_notes]=body
Response
Contact note retrieved successfully