BizKitHub
DocsAPI ReferencePost/bff/post/statistics
getPostAdmin BFF

/bff/post/statistics

Powers the activity dashboard above the /post DataGrid. Returns a 30-day tail with three parallel per-day series (reads / posts published / comments received), 30-day medians for each metric ("typical day this month" baseline rendered as a dashed reference line on the chart), best-day markers, Pearson correlations between every pair (feeds the click-through correlation modal), plus the legacy 7d trend chips (views + posts) and the all-time cumulative KPIs. Daily reads are per-post view deltas, not the cumulative counter, so the chart honestly shows "was today better than yesterday?" rather than a monotonic climb.

PostgetBffPostStatistics

Parameters

No parameters required

This endpoint takes no path, query, header or body parameters.

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/post/statistics

get
curl -X GET "https://api.bizkithub.com/bff/post/statistics" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key