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": "7221ca05-1433-4d77-9f59-27be61980446",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmpNO": "sample string 4",
"SSNO": "sample string 5",
"Email": "sample string 6",
"Deleted": true,
"Created": "2026-03-21T23:46:25.6931884+01:00",
"Updated": "2026-03-21T23:46:25.6931884+01:00",
"Logs": [
{
"$id": "2",
"LogId": "eb6f8d8c-2fbc-477d-abae-3117aebb315b",
"EmployeeId": "105421cc-c357-480f-afbc-56e94b1c5dfb",
"Employee": {
"$ref": "1"
},
"OutletId": "f5e5bdf1-8ce8-4ea4-b9de-9fb5c45c682a",
"CheckIn": "2026-03-21T23:46:25.6931884+01:00",
"CheckOut": "2026-03-21T23:46:25.6931884+01:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-03-21T23:46:25.6931884+01:00",
"CheckinDateFormat": "2026-03-21 23:46",
"CheckoutDateFormat": "2026-03-21 23:46"
},
{
"$ref": "2"
}
],
"Name": "sample string 2 sample string 3"
},
{
"$ref": "1"
}
]