Skip to main content
GET
List Notes

Headers

Authorization
string
required

Bearer [access_token]

Query Parameters

leadId
integer<int64>
required

ID of the lead whose notes to return.

Required range: x >= 1
includeSystemNote
boolean
default:false

When true, include system-generated notes alongside user-created notes.

Response

Notes for the lead (empty array when the lead has no notes).

Wrapped response for GET /v1.0/notes. Note entries are returned under the 'notes' key.

notes
object[]

Notes attached to the lead.