Notes
List Notes
Returns all notes attached to the given lead.
Notes:
- Caller must have access to the lead; otherwise 404 LEAD_NOT_EXIST.
- By default only user-created notes are returned. Pass includeSystemNote=true to also include automated / system-generated notes.
- Response order is not guaranteed.
GET
List Notes
Headers
Bearer [access_token]
Query Parameters
ID of the lead whose notes to return.
Required range:
x >= 1When 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 attached to the lead.