curl --location --request POST 'https://api.yourapp.com/v1/public/feedback-comments.count' \ --header 'Authorization: Bearer YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data-raw '{ "feedbackId": "feedback-uuid" }'
{ "data": { "count": 12, "feedbackId": "feedback-uuid" } }
Get the total number of comments on a feedback item.
Authorization: Bearer YOUR_API_KEY
Show properties
Was this page helpful?