GET api/Employee/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Employe| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpCode | integer |
None. |
|
| EmpName | string |
None. |
|
| EmpEmail | string |
None. |
|
| EmpMobNo | string |
None. |
|
| EmpAddres | string |
None. |
|
| EmpDOB | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"EmpCode": 1,
"EmpName": "sample string 2",
"EmpEmail": "sample string 3",
"EmpMobNo": "sample string 4",
"EmpAddres": "sample string 5",
"EmpDOB": "2025-11-21T22:05:44.1077224+05:30"
}