URLs
GET api/v1/abuseappeals.xml (or .json)
LIST abuse appeals
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
AppealId |
Guid? |
Appeal Id |
否 |
||
AbuseId |
Guid? |
Abuse Id |
否 |
||
ContentId |
Guid? |
Content Id |
否 |
||
ContentTypeId |
Guid? |
Content Type Id |
否 |
||
ContainerId |
Guid? |
Container Id |
否 |
||
ApplicationId |
Guid? |
Application Id |
否 |
||
ContentAuthorId |
Guid? |
Content Author Id |
否 |
||
AppealState |
string |
Appeal State |
否 |
||
SortBy |
string |
Options include AppealId, AuthorUserId, AuthorUsername, AppealDate, ContentDate. Default is AppealDate. |
否 |
||
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. |
否 |