curl --request GET \
--url https://api.getfernand.com/reporting/general \
--header 'X-API-Key: <api-key>'{
"inbox": {},
"assigned": {},
"closed": {},
"responded": {},
"resolved": {},
"ttfr": {},
"ttr": {}
}curl --request GET \
--url https://api.getfernand.com/reporting/general \
--header 'X-API-Key: <api-key>'{
"inbox": {},
"assigned": {},
"closed": {},
"responded": {},
"resolved": {},
"ttfr": {},
"ttr": {}
}Start date for the statistics range in YYYY-MM-DD format.
End date for the statistics range in YYYY-MM-DD format.
Granularity of the time-based aggregation. If not specified, automatically determined based on date range (<=3 days=hours, <=31 days=days, <=90 days=days, >90 days=months).
hours, days, weeks, months, years Filter statistics to only conversations with this tag slug.
Statistics retrieved successfully.
Number of conversations created, grouped by date with breakdowns by channel, source, and assigned agent.
Show child attributes
Number of conversations assigned to an agent, grouped by date with breakdowns by channel, source, and agent.
Show child attributes
Number of conversations closed, grouped by date with breakdowns by channel, source, and closing agent.
Show child attributes
Number of conversations that received first response, grouped by date with breakdowns by channel, source, and responding agent.
Show child attributes
Number of conversations resolved, grouped by date with breakdowns by channel, source, and resolving agent.
Show child attributes
Average time to first response in seconds, grouped by date with breakdowns by channel, source, and responding agent.
Show child attributes
Average time to resolution in seconds, grouped by date with breakdowns by channel, source, and resolving agent.
Show child attributes
Was this page helpful?