GET api/Setting/GetEmployees?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}&TableName={TableName}
Get updated employees in a date range
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastExecutedDate | date |
None. |
|
| CurrentDate | date |
None. |
|
| TerminalId | globally unique identifier |
None. |
|
| SharedDB | boolean |
None. |
|
| TableName | TableName |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Employee| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| EmpNO | string |
None. |
|
| SSNO | string |
None. |
|
| string |
None. |
||
| Deleted | boolean |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| Logs | Collection of EmployeeLog |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "de2f49f4-6b90-4bf9-9f6a-6effc1c8c29f",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmpNO": "sample string 4",
"SSNO": "sample string 5",
"Email": "sample string 6",
"Deleted": true,
"Created": "2026-09-20T13:22:42.8503316+02:00",
"Updated": "2026-09-20T13:22:42.8503316+02:00",
"Logs": [
{
"$id": "2",
"LogId": "55bb2743-165a-4d76-b6a9-5b6fa757fe0d",
"EmployeeId": "25461fa6-ae16-41cc-9d6a-ba6dc996d751",
"Employee": {
"$ref": "1"
},
"OutletId": "d6a7e2a4-ec4e-4fa5-868e-e813e338f219",
"CheckIn": "2026-09-20T13:22:42.8503316+02:00",
"CheckOut": "2026-09-20T13:22:42.8503316+02:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-09-20T13:22:42.8503316+02:00",
"CheckinDateFormat": "2026-09-20 13:22",
"CheckoutDateFormat": "2026-09-20 13:22"
},
{
"$ref": "2"
}
],
"Name": "sample string 2 sample string 3"
},
{
"$ref": "1"
}
]