Check In / Check Out

id
Integer
id of the attendance
employee_id
Integer
Unique id of the employee whose attendance data is being read
check_datetime
Integer
check in date and time
check_type
Integer
sign in status
auto_checkout
Integer
if user does not checkout before 12 am , the app will checkout the user automatically
adate
Integer
autocheckout date
atime
Integer
autocheckout time
latitude
Integer
latitude value
longitude
Integer
longitude value
device
Integer
device name from which checkin was marked by the user
created_at
Integer
attendance created date and time
updated_at
Integer
attendance updated date and time
deleted_at
Integer
attendance data deletion status, if not deleted shows null
Request
$Curl http://dev.deltasalesapp.com/api/v1/fetchCheckinCheckout
-X POST
-H "Content-Type: application/json;charset=UTF-8"
-H "Accept: application/json"
-H "Authorization: Zoho-oauthtoken
Response