GET api/Hunt007UserCenter/GetFeedBackManage?EmployeeId={EmployeeId}&CurrentPage={CurrentPage}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EmployeeId | integer |
Required |
|
CurrentPage | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of JobPersonCommentSmallName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CommentType | integer |
None. |
|
UserType | integer |
None. |
|
UserId | integer |
None. |
|
UserName | string |
None. |
|
CommentContent | string |
None. |
|
CommentTime | string |
None. |
|
Photo | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "CommentType": 2, "UserType": 3, "UserId": 4, "UserName": "sample string 5", "CommentContent": "sample string 6", "CommentTime": "sample string 7", "Photo": "sample string 8" }, { "Id": 1, "CommentType": 2, "UserType": 3, "UserId": 4, "UserName": "sample string 5", "CommentContent": "sample string 6", "CommentTime": "sample string 7", "Photo": "sample string 8" } ]