curl --request GET \
--url https://services.leadconnectorhq.com/calendars/appointments/{appointmentId}/notes \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"notes": [
{
"id": "HGPcayliwcdoUFzvbTok",
"body": "lorem ipsum",
"userId": "TUcmRxWrjqzJS8EjkxNK",
"dateAdded": "2021-07-08T12:02:11.285Z",
"contactId": "TUcmRxWrjqzJS8EjkxNK",
"createdBy": {
"id": "TUcmRxWr",
"name": "John Doe"
}
}
],
"hasMore": true
}Get Appointment Notes
curl --request GET \
--url https://services.leadconnectorhq.com/calendars/appointments/{appointmentId}/notes \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"notes": [
{
"id": "HGPcayliwcdoUFzvbTok",
"body": "lorem ipsum",
"userId": "TUcmRxWrjqzJS8EjkxNK",
"dateAdded": "2021-07-08T12:02:11.285Z",
"contactId": "TUcmRxWrjqzJS8EjkxNK",
"createdBy": {
"id": "TUcmRxWr",
"name": "John Doe"
}
}
],
"hasMore": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15 Appointment ID
Limit of notes to fetch
x <= 2010
Offset of notes to fetch
x >= 00
Was this page helpful?