v1
latestOpenAPI 3.1.02026-07-2422707.0 MBCenter 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.
get/v1/centers/{center_id}/attendance?date={date}
Path parameters
Center_Idstring required
Mandatory Unique 32-character identifier of the center.
Query parameters
Datestring date
Optional Date on which the center attendance of the employees are to be listed.
Response
200
Example response
{
"attendance": [
{
"employee_id": "15230479-2058-4388-856b-4b46926d65b7",
"date": "2019-05-02T00:00:00",
"expected_check_in_time": "07:00",
"expected_check_out_time": "21:00",
"actual_check_in_time": "09:38"
}
]
}