Skip to main content
GET
List Attendance

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:200
Required range: 1 <= x <= 1000
date
string | null

Exact day (YYYY-MM-DD)

from
string | null
to
string | null
employeeId
string | null
status
string | null

Response

Successful Response

data
AttendanceResponse · object[]
required
pagination
PaginationInfo · object
required

Pagination metadata following API standards.

Attributes: page: Current page number (1-indexed) limit: Items per page total: Total number of items matching query totalPages: Total number of pages hasNext: Whether there is a next page hasPrev: Whether there is a previous page