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