{
“result”: [
{
“attendanceDetails”: {
“2024-08-26”: {
“ShiftStartTime”: “12:00 AM”,
“Status”: “Janmashtami(Holiday)”,
“FirstIn_Building”: “-”,
“OverTime”: “00:00”,
“LastOut_Location”: “-”,
“ShiftName”: “General”,
“FirstIn”: “-”,
“FirstIn_Location”: “-”,
“TotalHours”: “00:00”,
“WorkingHours”: “08:00”,
“LastOut_Building”: “-”,
“LastOut”: “-”,
“ShiftEndTime”: “12:00 AM”
},
“2024-08-27”: {
“ShiftStartTime”: “12:00 AM”,
“Status”: “Absent”,
“FirstIn_Building”: “-”,
“LastOut_Location”: “-”,
“ShiftName”: “General”,
“FirstIn”: “-”,
“FirstIn_Location”: “-”,
“TotalHours”: “00:00”,
“WorkingHours”: “00:00”,
“LastOut_Building”: “-”,
“LastOut”: “-”,
“DeviationTime”: “08:00”,
“ShiftEndTime”: “12:00 AM”,
“OverTime”: “02:00”,
“Late_In”: “10:51”,
“Early_Out”: “01:33”
}
},
“employeeDetails”: {
“mail id”: “user1@.com",
“erecno”: "1315700000234001”,
“last name”: “",
“first name”: "”,
“id”: “AI1"
}
},
{
“attendanceDetails”: {
“2024-08-26”: {
“ShiftStartTime”: “12:00 AM”,
“Status”: “Janmashtami(Holiday)”,
“FirstIn_Building”: “-”,
“OverTime”: “00:00”,
“LastOut_Location”: “-”,
“ShiftName”: “General”,
“FirstIn”: “-”,
“FirstIn_Location”: “-”,
“TotalHours”: “00:00”,
“WorkingHours”: “08:00”,
“LastOut_Building”: “-”,
“LastOut”: “-”,
“ShiftEndTime”: “12:00 AM”
},
“2024-08-27”: {
“ShiftStartTime”: “12:00 AM”,
“Status”: “Present”,
“FirstIn_Building”: “-”,
“OverTime”: “01:40”,
“LastOut_Location”: "”,
“ShiftName”: “General”,
“FirstIn”: “27-Aug-2024 12:40 PM”,
“FirstIn_Location”: “, *** District, Gujarat, India",
“TotalHours”: “09:40”,
“Late_In”: “12:40”,
“WorkingHours”: “08:00”,
“LastOut_Building”: “-”,
“LastOut”: “27-Aug-2024 10:20 PM”,
“Early_Out”: “01:40”,
“ShiftEndTime”: “12:00 AM”
}
},
“employeeDetails”: {
“mail id”: "user2@.com”,
“erecno”: “1315700004577269",
“last name”: "”,
“first name”: “",
“id”: "AI43”
}
}
],
“message”: “Success”,
“uri”: “/api/attendance/getUserReport”,
“status”: 0
}
If i am adding above json data in Manually Enter API Response and Save it. Then when further when i am clicking on the same then why i am showing only one employee instead of two .({
“result”: [
{
“attendanceDetails”: {
“2024-08-26”: {
“ShiftStartTime”: “12:00 AM”,
“Status”: “Janmashtami(Holiday)”,
“FirstIn_Building”: “-”,
“OverTime”: “00:00”,
“LastOut_Location”: “-”,
“ShiftName”: “General”,
“FirstIn”: “-”,
“FirstIn_Location”: “-”,
“TotalHours”: “00:00”,
“WorkingHours”: “08:00”,
“LastOut_Building”: “-”,
“LastOut”: “-”,
“ShiftEndTime”: “12:00 AM”
},
“2024-08-27”: {
“ShiftStartTime”: “12:00 AM”,
“Status”: “Absent”,
“FirstIn_Building”: “-”,
“LastOut_Location”: “-”,
“ShiftName”: “General”,
“FirstIn”: “-”,
“FirstIn_Location”: “-”,
“TotalHours”: “00:00”,
“WorkingHours”: “00:00”,
“LastOut_Building”: “-”,
“LastOut”: “-”,
“DeviationTime”: “08:00”,
“ShiftEndTime”: “12:00 AM”,
“OverTime”: “02:00”,
“Late_In”: “10:51”,
“Early_Out”: “01:33”
}
},
“employeeDetails”: {
“mail id”: “user1@.com",
“erecno”: "1315700000234001”,
“last name”: “",
“first name”: "”,
“id”: “AI***1”
}
}
],
“message”: “Success”,
“uri”: “/api/attendance/getUserReport”,
“status”: 0
}
)
can anyone help me why this issue is occuring?