Calls
Get call notes
Returns the notes for a call. Only published notes are returned.
get/calls/{id}/notes
Path parameters
idstring required
Call ID (positive integer) or UUID
Example:1
Call ID (positive integer) or UUID
Response
Call notes
Example response
{
"data": [
{
"id": 1,
"title": "Follow-up notes",
"date": "2024-06-15T14:30:00.000Z",
"status": "PUBLISHED",
"type": "USER"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.