GET api/Hunt007UserCenter/GetEmployeeStudent?EmployeeId={EmployeeId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EmployeeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EmployeeStudentSmallName | Description | Type | Additional information |
---|---|---|---|
PrizeList | Collection of StudentInfo_PrizeSmall |
None. |
|
PracticeList | Collection of StudentInfo_PracticeSmall |
None. |
|
PostList | Collection of StudentInfo_SchoolPostSmall |
None. |
Response Formats
application/json, text/json
Sample:
{ "PrizeList": [ { "PrizeName": "sample string 1", "StartYear": 2, "StartMon": 3, "Memo": "sample string 4", "PrizeId": 5, "EmployeeId": 6 }, { "PrizeName": "sample string 1", "StartYear": 2, "StartMon": 3, "Memo": "sample string 4", "PrizeId": 5, "EmployeeId": 6 } ], "PracticeList": [ { "PracticeName": "sample string 1", "StartYear": 2, "StartMon": 3, "EndYear": 4, "EndMon": 5, "Memo": "sample string 6", "PracticeId": 7, "EmployeeId": 8 }, { "PracticeName": "sample string 1", "StartYear": 2, "StartMon": 3, "EndYear": 4, "EndMon": 5, "Memo": "sample string 6", "PracticeId": 7, "EmployeeId": 8 } ], "PostList": [ { "PostName": "sample string 1", "StartYear": 2, "StartMon": 3, "EndYear": 4, "EndMon": 5, "PostMemo": "sample string 6", "PostId": 7, "EmployeeId": 8 }, { "PostName": "sample string 1", "StartYear": 2, "StartMon": 3, "EndYear": 4, "EndMon": 5, "PostMemo": "sample string 6", "PostId": 7, "EmployeeId": 8 } ] }