GET api/Report/GetPageReports?Iskill={Iskill}&Module={Module}&Type={Type}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

后台--获取后台举报 带分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Iskill

是否处理

boolean

None.

Module

模块

ModuleType

None.

Type

举报类型

ReportType

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台--获取后台举报 带分页

PagedOfmh163k_Report
NameDescriptionTypeAdditional information
Data

Collection of mh163k_Report

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PagedOfmh163k_ReportvNd_PmbJc 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.Common.Service.Model">
    <d2p1:mh163k_Report>
      <d2p1:Chrip>sample string 4</d2p1:Chrip>
      <d2p1:Chrmark>sample string 5</d2p1:Chrmark>
      <d2p1:Dtappenddate>2024-04-19T15:50:15.1354314+08:00</d2p1:Dtappenddate>
      <d2p1:EntityId>2</d2p1:EntityId>
      <d2p1:EntityTitle>sample string 3</d2p1:EntityTitle>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Iskill>true</d2p1:Iskill>
      <d2p1:Module>None</d2p1:Module>
      <d2p1:Type>Info</d2p1:Type>
      <d2p1:Userid>6</d2p1:Userid>
    </d2p1:mh163k_Report>
    <d2p1:mh163k_Report>
      <d2p1:Chrip>sample string 4</d2p1:Chrip>
      <d2p1:Chrmark>sample string 5</d2p1:Chrmark>
      <d2p1:Dtappenddate>2024-04-19T15:50:15.1354314+08:00</d2p1:Dtappenddate>
      <d2p1:EntityId>2</d2p1:EntityId>
      <d2p1:EntityTitle>sample string 3</d2p1:EntityTitle>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Iskill>true</d2p1:Iskill>
      <d2p1:Module>None</d2p1:Module>
      <d2p1:Type>Info</d2p1:Type>
      <d2p1:Userid>6</d2p1:Userid>
    </d2p1:mh163k_Report>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfmh163k_ReportvNd_PmbJc>