URLs
GET api/v1/abusivecontent.xml (or .json)
LIST Abusive Content
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
AuthorUserId |
Guid? |
Author User Id |
否 |
||
ApplicationId |
Guid? |
Application Id |
否 |
||
ContainerId |
Guid? |
Container Id |
否 |
||
ContentTypeId |
Guid? |
Content Type Id |
否 |
||
StartCreateDate |
DateTime? |
Start Create Date |
否 |
||
EndCreateDate |
DateTime? |
End Create Date |
否 |
||
StartReportDate |
DateTime? |
Start Report Date |
否 |
||
EndReportDate |
DateTime? |
End Report Date |
否 |
||
AbuseState |
string |
Abuse State |
否 |
||
AppealState |
string |
Appeal State |
否 |
||
SortBy |
string |
Options include AbuseId, AuthorUserId, AuthorUsername. Default is AbuseId |
否 |
||
SortOrder |
string |
Options include Asc, Desc. Default is Asc. |
否 |
||
PageSize |
int? |
Specify the number of results to return per page. If not set the default is 20. The max is 100. |
否 |
||
PageIndex |
int? |
Specify the page number of paged results to return. Zero-based index. If not specified the default is 0. |
否 |