/bff/issue/statistics
Returns issue counts grouped by status category, total non-spam count, and spam count. Useful for dashboard widgets and overview panels.
IssuegetBffIssueStatistics
Parameters
1 query
Query · 1
projectCodestringFilter by project key.
Request
GET /bff/issue/statistics
curl -X GET "https://api.bizkithub.com/bff/issue/statistics?projectCode=PROJ" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"byCategory": {},
"spamCount": 0,
"totalCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.