v1
latestOpenAPI 3.1.02026-08-045901.5 MBList Attendance
This API functionality captures the checkin & checkout of an employee. This is used in HR-Reception to update the actual checkin /checkout time.
post/hr/attendance
Query parameters
datestring date required
The date for which attendance data is requested, in YYYY-MM-DD format.
typestring required
Specifies the request type. Default value is 'listAttendance
Headers
api-tokenstring
Generate token from authentication api
x-api-keystring
Response
200
Example response
{
"status": 1,
"msg": "success",
"data": [
{
"employee_id": "8498",
"employee_name": "Afsal A",
"designation": "Accountant",
"date": "2026-04-11 09:00:00",
"shift": "09:00 AM - 06:30 PM",
"intime": "11:16 AM",
"instatus": "Late",
"outstatus": "Still Working",
"checkin_image": "2388758533_2026_04_11_11_16_00_185670.jpg",
"bid": 1656153249880,
"gid": 2388758533,
"personalnumber": 9840750931,
"availability": "Inoffice",
"branch_name": "Chennai - Harrington Road",
"branch": 1
}
]
}