Charts API
Endpoints for dashboard analytics and chart data.
Employee Check-In Statistics
Returns check-in statistics for the dashboard.
GET /charts/employee-check-ins
Response: 200 OK
Employee Distribution
Returns analytics about how employees are distributed across departments, locations, etc.
GET /charts/employees-distribution
Response: 200 OK
Company Leave Entitlement
Returns company-wide leave entitlement data.
GET /charts/company-leave-entitlement
Response: 200 OK
News & Dashboard
Check if News Should Show
GET /can-show-news/{id}
Response: 200 OK with whether the news item should be displayed.
Dismiss News
POST /dismiss-news
Request Body:
{
"id": "news-123",
"period": 7
}
Response: 200 OK