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 } }
Documentation IndexFetch the complete documentation index at: https://docs.genow.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.genow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Format: 'Bearer '
Successful Response
Show child attributes
Was this page helpful?