文章 List Forum Reply Vote REST 端点

REST Endpoint

URLs

GET api/v1/forums/threads/replies/{replyid}/votes.xml (or .json)

Lists reply votes

请求参数

名称

类型

描述

必需

默认值

选项

ReplyId

int

Id of the Reply

UserId

int

User Id

PageIndex

int

Specify the page number of paged results to return. Zero-based index.

0

PageSize

int

Specify the number of results to return per page.

20

SortBy

int

Sort mechanism

Date

Date

SortOrder

int

Sort order

Descending

Ascending, Descending