Call Notes

Operations related to call notes

Get all call notes

get

Returns a list of call notes with pagination support.

Authorizations
x-api-keystringRequired
Query parameters
pagenumberOptional

Page number for pagination (default: 1)

Example: 1
limitnumberOptional

Number of items per page (default: 10)

Example: 10
Responses
chevron-right
200Success
application/json
get
/api/v1/call-notes

Get call note by ID

get

Returns a call note by ID.

Authorizations
x-api-keystringRequired
Path parameters
idstringRequired

Call note ID to retrieve.

Responses
chevron-right
200Success
application/json
get
/api/v1/call-notes/{id}

Last updated

Was this helpful?