GET horizon/v1/terminal/{clockId}/repository/tnaemployees/{entityId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clockId | string |
Required |
|
| entityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EmployeeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Change | CRUDType |
None. |
|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Start | date |
None. |
|
| End | date |
None. |
|
| string |
None. |
||
| Birthday | date |
None. |
|
| Pin | integer |
None. |
|
| FingerPrint | boolean |
None. |
|
| Photo | boolean |
None. |
|
| Audio | boolean |
None. |
|
| CardKey | string |
None. |
|
| KeypadNumber | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Change": 0,
"Id": 1,
"Name": "sample string 2",
"Start": "2026-06-21T01:02:41.6805417+01:00",
"End": "2026-06-21T01:02:41.6805417+01:00",
"Email": "sample string 3",
"Birthday": "2026-06-21T01:02:41.6805417+01:00",
"Pin": 1,
"FingerPrint": true,
"Photo": true,
"Audio": true,
"CardKey": "sample string 7",
"KeypadNumber": 1
}