GET api/WxVoteAct/GetPagedActivityStatistics?PageSize={PageSize}&Search={Search}&PageID={PageID}

后台 - 分页获取活动统计数据

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 分页获取活动统计数据

PagedOfWxVote_ActivityStatMore
NameDescriptionTypeAdditional information
Data

Collection of WxVote_ActivityStatMore

None.

TotalRecord

integer

None.

TotalPage

integer

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:
<PagedOfWxVote_ActivityStatMoreR1vX8bux xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model.ModelAggregation">
    <d2p1:WxVote_ActivityStatMore>
      <ActivityId xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">4</ActivityId>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">3</Id>
      <PosterFollowed xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">6</PosterFollowed>
      <RegisteredMembers xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">5</RegisteredMembers>
      <d2p1:ActivityName>sample string 1</d2p1:ActivityName>
      <d2p1:ViewTimes>2</d2p1:ViewTimes>
    </d2p1:WxVote_ActivityStatMore>
    <d2p1:WxVote_ActivityStatMore>
      <ActivityId xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">4</ActivityId>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">3</Id>
      <PosterFollowed xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">6</PosterFollowed>
      <RegisteredMembers xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">5</RegisteredMembers>
      <d2p1:ActivityName>sample string 1</d2p1:ActivityName>
      <d2p1:ViewTimes>2</d2p1:ViewTimes>
    </d2p1:WxVote_ActivityStatMore>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfWxVote_ActivityStatMoreR1vX8bux>