GET api/Employee/GetEmployees?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}&TableName={TableName}
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": "d0eaf453-51c5-4cc3-8784-f8e504600f93",
"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:24:07.1810857+02:00",
"Updated": "2026-09-20T13:24:07.1810857+02:00",
"Logs": [
{
"$id": "2",
"LogId": "e586404b-9810-4d7b-8a73-64fbcf8298a2",
"EmployeeId": "0783748c-59a1-4612-baa0-a07e8ded1024",
"Employee": {
"$ref": "1"
},
"OutletId": "fdada10a-bead-4d39-9125-e9cbbe61a1a3",
"CheckIn": "2026-09-20T13:24:07.1810857+02:00",
"CheckOut": "2026-09-20T13:24:07.1810857+02:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-09-20T13:24:07.1810857+02:00",
"CheckinDateFormat": "2026-09-20 13:24",
"CheckoutDateFormat": "2026-09-20 13:24"
},
{
"$ref": "2"
}
],
"Name": "sample string 2 sample string 3"
},
{
"$ref": "1"
}
]