curl --location --request GET 'https://api.hamkaran.cloud/api/hamkaran/v1/dashboard?date=7' \
--header 'key: {{Hamkaran Webservice key}}'
{
"summary": {
"total_calls": 0,
"incoming_calls": 0,
"outgoing_calls": 0,
"missed_calls": 0,
"answered_calls": 0,
"voicemails": 0,
"queues": 0,
"ivr_entries": 0,
"agents_online": 0,
"agents_busy": 0,
"agents_offline": 0
},
"call_statistics": {
"hourly_chart": [],
"daily_chart": []
},
"agents": [],
"queues": [],
"system_health": {
"cpu_usage": 0,
"memory_usage": 0,
"disk_space": {
"used": 0,
"total": 0
},
"active_channels": 0
},
"timestamp": "2025-06-10T00:00:00Z"
}