URLs
GET api/v1/ideas/votes.xml (or .json)
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
PageIndex |
int |
Page index to retrieve |
否 |
0 |
|
PageSize |
int |
Page size to retrieve |
否 |
20 |
|
IdeaId |
Guid |
Filter votes to specific idea |
否 |
||
UserId |
int |
Filter votes to a specific user |
否 |
||
Value |
bool |
Filter for Up (true) or Down (false) votes |
否 |