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