Erpnext attendance integration

@megha007 they should be stored in database and appear in website . open (Employee Checkin list) and verify .

API response is ok, but unable to see in website.

@megha007 give screenshots for both postman response and website list

this is api response:

{
“message”: {
“name”: “EMP-CKIN-03-2022-000002”,
“owner”: “Administrator”,
“creation”: “2022-03-15 18:41:33.245919”,
“modified”: “2022-03-15 18:41:33.245919”,
“modified_by”: “Administrator”,
“idx”: 0,
“docstatus”: 0,
“employee”: “###”,
“employee_name”: “###”,
“log_type”: “IN”,
“time”: “2022-03-15 11:00:00”,
“skip_auto_attendance”: 0,
“doctype”: “Employee Checkin”
}
}

@megha007 the response is good . checkin should be there . there is a filter in the list, try to remove it .

okay got it, silly mistake… Thank you…

I can see attendance in check in list, but not in attendance list.

do we need to add the fields to header and function fields to the body in employee_checkin.py file??