GET api/PostModerator/GetPostModeratorUserInfos?categoryId={categoryId}
获取板块管理员详细信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryId |
板块id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取板块管理员详细信息
Collection of PostModeratorUserInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryId |
板块id |
integer |
None. |
| UserId |
用户id |
integer |
None. |
| UserName |
用户名 |
string |
None. |
| UserHeadPic |
头像 |
string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfPostModeratorUserInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Tieba.Service.Dto.Post">
<PostModeratorUserInfoDto>
<CategoryId>1</CategoryId>
<UserHeadPic>sample string 4</UserHeadPic>
<UserId>2</UserId>
<UserName>sample string 3</UserName>
</PostModeratorUserInfoDto>
<PostModeratorUserInfoDto>
<CategoryId>1</CategoryId>
<UserHeadPic>sample string 4</UserHeadPic>
<UserId>2</UserId>
<UserName>sample string 3</UserName>
</PostModeratorUserInfoDto>
</ArrayOfPostModeratorUserInfoDto>