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": "516ba83b-c513-471f-94ab-8b6d80f36dc3",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmpNO": "sample string 4",
"SSNO": "sample string 5",
"Email": "sample string 6",
"Deleted": true,
"Created": "2026-02-04T04:13:50.4543443+01:00",
"Updated": "2026-02-04T04:13:50.4543443+01:00",
"Logs": [
{
"$id": "2",
"LogId": "48c6d4c7-7a70-4cc7-8435-fed4fbf23e0e",
"EmployeeId": "6ce11cb7-f63e-4e0b-93bd-a92c842532e7",
"Employee": {
"$ref": "1"
},
"OutletId": "37dafefb-7aa6-4310-b9e8-02681f2dfbfe",
"CheckIn": "2026-02-04T04:13:50.4543443+01:00",
"CheckOut": "2026-02-04T04:13:50.4543443+01:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-02-04T04:13:50.4543443+01:00",
"CheckinDateFormat": "2026-02-04 04:13",
"CheckoutDateFormat": "2026-02-04 04:13"
},
{
"$ref": "2"
}
],
"Name": "sample string 2 sample string 3"
},
{
"$ref": "1"
}
]