Get All Notes
GET/contacts/:contactId/notes
Get All Notes
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
notesobject[]
List of notes
{
"notes": [
{
"id": "HGPcayliwcdoUFzvbTok",
"body": "lorem ipsum",
"userId": "TUcmRxWrjqzJS8EjkxNK",
"dateAdded": "2021-07-08T12:02:11.285Z",
"contactId": "TUcmRxWrjqzJS8EjkxNK"
}
]
}