v1

latestOpenAPI 3.1.02026-08-045901.5 MB

List 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

perpagestring

Number of records to return per page

pagestring

Current page number to retrieve.

querystring

Search employee name in the attendance record

fieldstring

Used to sort the column (eg:employee_name)

sortstring

ASC for ascending and DESC for descending

Headers

api-tokenstring

Generate token from authentication api

x-api-keystring

Response

200

statusinteger
msgstring

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
    }
  ]
}