Employee Reports
Read employee reports by store.
Attendance Reports
In this report can be see employee's check in, check out times and work hours.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/attendance
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/attendance"
queryParms
?dateOption=T => [Today]
?dateOption=Y => [Yesterday]
?dateOption=LND&numberOfDay=13 => [Last 'N'(13) days]
?dateOption=W => [This week]
?dateOption=L7D => [Last 7 days]
?dateOption=M => [This month]
?dateOption=LM => [Last month]
?dateOption=L30D => [Last 30 days]
?dateOption=SD?specificDate=29-Sep-2019 => [Specific date]
?dateOption=DR&fromDate=09-Sep-2019&toDate=01-Oct-2019 => [Date range]
?employee={employee-id}
?showWhrsInMins=H [Format: In Hours]
?showWhrsInMins=Y [Format: In Time]
?type=ALL [All]
?type=A [Active]
?type=IN [In Active]
Payroll Reports
In this report can be see employee's payrolls.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/roleBasedPayroll
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/attendance"
queryParms
?dateOption=T => [Today]
?dateOption=Y => [Yesterday]
?dateOption=LND&numberOfDay=13 => [Last 'N'(13) days]
?dateOption=W => [This week]
?dateOption=L7D => [Last 7 days]
?dateOption=M => [This month]
?dateOption=LM => [Last month]
?dateOption=L30D => [Last 30 days]
?dateOption=SD?specificDate=29-Sep-2019 => [Specific date]
?dateOption=DR&fromDate=09-Sep-2019&toDate=01-Oct-2019 => [Date range]
?employee={employee-id}
?payrollType=Daily
?payrollType=Weekly
?showWhrsInMins=H [Format: In Hours]
?showWhrsInMins=Y [Format: In Time]
?type=ALL [All]
?type=A [Active]
?type=IN [In Active]
?selectedRoleID={role-id}
?empSort=[A-Z]FirstName
?empSort=[A-Z]LastName
?empSort=[Z-A]FirstName
?empSort=[Z-A]LastName