cURL
curl --request GET \ --url https://api.example.com/api/dashboards/feedback/recent-comments \ --header 'Authorization: Bearer <token>'
{ "comments": [ { "feedback_timestamp": "<string>", "thumbs_choice": "<string>", "chat_type": "<string>", "title": "<string>", "answer_quality_rating": 123 } ], "disabled_fields": [ "<string>" ] }
Bearer token authentication. Format: 'Bearer '
x >= 1
Successful Response
Show child attributes
Was this page helpful?