get https://api.zenoti.com/v1/employees//attendance?center_id=&start_date=&end_date=
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
Name | Type | Description |
---|---|---|
schedule_id | guid | Unique identifier of the schedule. |
attendance_date | datetime | Date of the Attendance. |
center_name | string | Name of the center where the attendance is recorded. |
status | string | status of the employee for the particular checkin checkout window. |
status_id | guid | Unique identifier of the status of employee for the particular checkin checkout window. |
expected_checkin | string | Expected time of checkin in the center as per schedule, Format : hh:mm. |
expected_checkout | string | Expected time of checkout in the center as per schedule, Format : hh:mm. |
actual_checkin | string | Actual time of checkout by the employee, Format : hh:mm. |
actual_checkout | string | Actual time of checkout by the employee, Format : hh:mm. |
category | string | Category of the checkin. |
comments | string | Comments for the specific checkin. |
keywords | string | Keywords attached to the checkin. |