get https://example.td.commpeak.com/integrations/adapters/hook/comments
Use the Get comments endpoint if you want to retreive comments left for the leads and calls. Apply various request parameters as filters to segment and limit the number of records.
Response
The response will include an array of comments, where each comment object contains the following properties:
- id (string): The unique identifier for the comment.
- campaign_lead_id (string): The identifier for the campaign lead associated with the comment.
- creator_user_id (string): The identifier for the user who created the comment.
- body (string): The content of the comment.
- created_at (string): The timestamp indicating when the comment was created.
- username (string): The username of the user who created the comment.
- lead_id (string): The identifier for the lead associated with the comment.
- original_identifier (null): An optional property that may be null.