v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Check-in an employee

This API helps you to check-in an employee.

You must specify the unique identifier of the employee as employee_id in the API request.

post/v1/employees/{employee_id}/checkin

Path parameters

EmployeeIdstring required

Mandatory Unique 32-character identifier of the employee. Not required when using biometric check-in (use Guid.Empty instead).

Request body

Center idstring

Mandatory, Unique 32-character identifier of the center where the employee is checking in.

fingerprint_datastring

Optional, Fingerprint data if biometric is used. Use Guid.Empty instead of employee_id in this case.

work_task_idstring

Optional. Work task against which check-in is done.

Response

200

is_employee_checked_inboolean
check_in_timestring

Example response

{
  "is_employee_checked_in": true,
  "check_in_time": "09:49:19"
}