Overview
Get attendance overview and dashboard data.
|
Endpoints
| GET | /api/v1/attendance/overview | Get attendance overview |
| GET | /api/v1/attendance/dashboard | Get dashboard data |
GET
/api/v1/attendance/overviewGet attendance overview
Authentication required— Include session cookie or Bearer token
Code Examples
curl "https://api.blueai.jp/api/v1/attendance/overview" \
-H "Cookie: better-auth.session_token=<token>"GET
/api/v1/attendance/dashboardGet dashboard data
Authentication required— Include session cookie or Bearer token
Code Examples
curl "https://api.blueai.jp/api/v1/attendance/dashboard" \
-H "Cookie: better-auth.session_token=<token>"