GET api/Hunt007UserCenter/GetEmployeeProjectexec?EmployeeId={EmployeeId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EmployeeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Job_Employee_ProjectExecSmallName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
EmployeeId | integer |
None. |
|
ProjectName | string |
None. |
|
StartYear | integer |
None. |
|
StartMon | integer |
None. |
|
EndYear | integer |
None. |
|
EndMon | integer |
None. |
|
Memo | string |
None. |
|
Responsibility | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "EmployeeId": 2, "ProjectName": "sample string 3", "StartYear": 4, "StartMon": 5, "EndYear": 6, "EndMon": 7, "Memo": "sample string 8", "Responsibility": "sample string 9" }, { "Id": 1, "EmployeeId": 2, "ProjectName": "sample string 3", "StartYear": 4, "StartMon": 5, "EndYear": 6, "EndMon": 7, "Memo": "sample string 8", "Responsibility": "sample string 9" } ]