GET api/QRCode/GetPagedQRCodeHistorys?QRId={QRId}&PageSize={PageSize}&Search={Search}&PageID={PageID}

后台 - 分页获取二维码浏览记录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
QRId

对应的二维码id

integer

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 分页获取二维码浏览记录

PagedOfQRHistoryListDto
NameDescriptionTypeAdditional information
Data

Collection of QRHistoryListDto

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:
<PagedOfQRHistoryListDto7HXZD_S9x 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.QRCode.Service.Dto">
    <d2p1:QRHistoryListDto>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">2024-05-09T18:11:26.3349687+08:00</CreateTime>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">4</Id>
      <IsSubscribe xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">true</IsSubscribe>
      <OpenId xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 7</OpenId>
      <QRId xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">5</QRId>
      <d2p1:Avator>sample string 3</d2p1:Avator>
      <d2p1:NickName>sample string 1</d2p1:NickName>
      <d2p1:Sex>2</d2p1:Sex>
    </d2p1:QRHistoryListDto>
    <d2p1:QRHistoryListDto>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">2024-05-09T18:11:26.3349687+08:00</CreateTime>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">4</Id>
      <IsSubscribe xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">true</IsSubscribe>
      <OpenId xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 7</OpenId>
      <QRId xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">5</QRId>
      <d2p1:Avator>sample string 3</d2p1:Avator>
      <d2p1:NickName>sample string 1</d2p1:NickName>
      <d2p1:Sex>2</d2p1:Sex>
    </d2p1:QRHistoryListDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfQRHistoryListDto7HXZD_S9x>