GET api/Report/GetReportNum?reportFilterTypes[0]={reportFilterTypes[0]}&reportFilterTypes[1]={reportFilterTypes[1]}&module={module}&type={type}

获取举报数量,不传表示获取全部类型

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportFilterTypes

不同状态

Collection of ReportFilterType

Required

module

模块

ModuleType

Required

type

类型

ReportType

Required

Body Parameters

None.

Response Information

Resource Description

获取举报数量,不传表示获取全部类型

Dictionary of ReportFilterType [key] and integer [value]

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfEnumCommon.ReportFilterTypeNullableOfint4VGxTVAg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfEnumCommon.ReportFilterTypeNullableOfint4VGxTVAg>
    <Key>ToBeApprove</Key>
    <Value>1</Value>
  </KeyValueOfEnumCommon.ReportFilterTypeNullableOfint4VGxTVAg>
</ArrayOfKeyValueOfEnumCommon.ReportFilterTypeNullableOfint4VGxTVAg>