文章 List Abuse Report REST 端点

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.