URLs
GET api/v1/abusereports.xml (or .json)
LIST Abuse Reports
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
AuthorUserId |
Guid? |
Author User Id |
否 |
||
ReportingUserId |
int? |
Reporting User Id |
否 |
||
AbusiveContentId |
Guid? |
Abusive Content Id |
否 |
||
StartDate |
DateTime? |
Start Date |
否 |
||
EndDate |
DateTime? |
End Date |
否 |
||
SortBy |
string |
Options include AuthorId, CreatedUtcDate, AbuseReportId. Default is AuthorId. |
否 |
||
AppealState |
string |
Appeal State |
否 |
||
AppealId |
Guid? |
Appeal Id |
否 |
||
AssignedToAppeal |
bool? |
Assigned To Appeal |
否 |
||
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. |
否 |