DocsAPI ReferenceIssue/bff/issue/statistics
getIssueAdmin BFF

/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

1 total
Query · 1
projectCodestring

Filter by project key.

Request

GET /bff/issue/statistics

get
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.

Get API Key