Admin data APIs
The following endpoints require authentication and supply replaceable data to the admin applications:
GET /api/v1/dashboard/statsGET /api/v1/analytics/overviewGET /api/v1/data/overviewGET /api/v1/log/login,/operation, and/errorGET /api/v1/config/list,/dept/list,/dict/list, and/notice/listGET /api/v1/monitor/onlineand/monitor/server
The current aggregate endpoints use deterministic demo data. Preserve their response types if the implementation moves to a database or monitoring platform.
GET /api/v1/analytics/overview requires analytics:view, and GET /api/v1/data/overview requires data:view. Migration V8__analytics_permissions.sql grants both permissions to the administrator role.