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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Path Params
string
required

Mandatory Unique 32-character identifier of the center.

Query Params
date

Optional Date on which the center attendance of the employees are to be listed.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json