GET api/Employees/GetById?IdEmployee={IdEmployee}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEmployee | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Employee| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdUser | integer |
None. |
|
| IdBranch | integer |
None. |
|
| Document | integer |
None. |
|
| Name | string |
None. |
|
| BornDate | date |
None. |
|
| Phone | integer |
None. |
|
| AssignedBranch | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"IdUser": 2,
"IdBranch": 3,
"Document": 4,
"Name": "sample string 5",
"BornDate": "2026-02-05T05:34:11.4253883+01:00",
"Phone": 7,
"AssignedBranch": "sample string 8"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.