Center attendance for a date

This API retrieves the attendance of all the employees at a center on the specified date.

You must specify the unique identifier of the center as CenterId and the required date as Date in the API request.

Response Details

NameTypeDescription
employee_idguidUnique 32-character identifier of an employee.
datedatetimeDate and time of the employee's attendance.
expected_check_in_timestringTime (format: "hh:mm") at which the employee's check-in is expected.
expected_check_out_timestringTime (format: "hh:mm") at which the employee's check-out is expected.
actual_check_in_timestringTime (format: "hh:mm") at which the employee's check-in has actually occurred.
actual_check_out_timestringTime (format: "hh:mm") at which the employee's check-out has actually occurred.

error Object

codemessage
401Authorization has been denied for this request.
502invalid center is passed in the request.
400The request is invalid.
438user does not have authorization.
Language
Authorization
Header
Click Try It! to start a request and see the response here!