Attendence List By Date

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