Retrieve the attendance of an employee

This API requires a date range and the employee id of the employee whose attendance is intended.

it returns an object list indicating attendance in the sate range, below is the details of the object

NameTypeDescription
schedule_idguidUnique identifier of the schedule.
attendance_datedatetimeDate of the Attendance.
center_namestringName of the center where the attendance is recorded.
statusstringstatus of the employee for the particular checkin checkout window.
status_idguidUnique identifier of the status of employee for the particular checkin checkout window.
expected_checkinstringExpected time of checkin in the center as per schedule, Format : hh:mm.
expected_checkoutstringExpected time of checkout in the center as per schedule, Format : hh:mm.
actual_checkinstringActual time of checkout by the employee, Format : hh:mm.
actual_checkoutstringActual time of checkout by the employee, Format : hh:mm.
categorystringCategory of the checkin.
commentsstringComments for the specific checkin.
keywordsstringKeywords attached to the checkin.
Language
Authorization
Header
Click Try It! to start a request and see the response here!