Get comments

Retrieve the comments attached to your campaign leads, newest records first.

When to use. Pull the notes left on leads by your users, for review, audit, or syncing into your CRM.

Parameters. Filter, order, limit and select fields by any response field. See Core API Concepts. To return only certain fields, pass fields, for example ?fields=body;username. When no limit is given, up to 100 comments are returned.

Returns. { "comments": [ ... ], "total_comments": N }. Each comment carries its id, the campaign_lead_id and lead_id it belongs to, the creator_user_id and username of the author, the body text, and the created_at timestamp.

Example. GET /api/comments/campaign_lead_id/8/limit/50;0

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json