GET api/PostModerator/GetPostModeratorUserInfos?categoryId={categoryId}

获取板块管理员详细信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
categoryId

板块id

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取板块管理员详细信息

Collection of PostModeratorUserInfoDto
NameDescriptionTypeAdditional information
CategoryId

板块id

integer

None.

UserId

用户id

integer

None.

UserName

用户名

string

None.

UserHeadPic

头像

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

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>