Notes
GET {{api-domain}}/crm/v3/Leads/{{record_id}}/Notes?fields=Note_Content,Note_Title
To get the notes associated with a Lead
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |
RESPONSES
status: OK
{"data":[{"id":"4876876000001106003","Note_Title":null,"Note_Content":"Sample Note"}],"info":{"per_page":200,"next_page_token":null,"count":1,"page":1,"previous_page_token":null,"page_token_expiry":null,"more_records":false}}