Skip to main content
BlueAI
Home/Attendance/Overview Data

Overview

Get attendance overview and dashboard data.

|

Endpoints

GET/api/v1/attendance/overviewGet attendance overview
GET/api/v1/attendance/dashboardGet dashboard data
GET/api/v1/attendance/overview

Get attendance overview

Authentication requiredInclude 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/dashboard

Get dashboard data

Authentication requiredInclude session cookie or Bearer token

Code Examples

curl "https://api.blueai.jp/api/v1/attendance/dashboard" \
  -H "Cookie: better-auth.session_token=<token>"