cURL
curl --request GET \ --url http://localhost:8080/api/v1/analytics/chat-records-per-day \ --header 'Authorization: <api-key>'
{ "data": [ 123 ], "labels": [ "<string>" ] }
Get the total number of chat records per day for a given time period
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
OK
Was this page helpful?