get https://example.td.commpeak.com/api/comments
Use the get comments with specific fields API request to retrieve comments with specific fields.
For instance, if you want to get comments that contain the fields "body" and "username", you should add to the request a query parameter "fields" with values "body" and "username", as you can see in the example below.