文章 List Abuse Appeal REST 端点

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.