cURL
curl --request GET \ --url https://api.example.com/api/dashboards/feedback/feedback-distribution \ --header 'Authorization: Bearer <token>'
{ "today": { "positive": 123, "negative": 123 }, "week": { "positive": 123, "negative": 123 }, "month": { "positive": 123, "negative": 123 }, "all_time": { "positive": 123, "negative": 123 } }
Bearer token authentication. Format: 'Bearer '
Successful Response
Show child attributes
Was this page helpful?