URLs
GET api/v1/ideas/challenges.xml (or .json)
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
PageIndex |
int |
Page index to retrieve |
否 |
0 |
|
PageSize |
int |
Page size to retrieve |
否 |
20 |
|
SortBy |
string |
否 |
date |
date, name, lastpost, totalposts, applicationidsorder |
|
SortOrder |
string |
否 |
descending |
ascending, descending |
|
GroupId |
int |
Group Id |
否 |
||
IncludeSubGroups |
bool |
否 |
False |
||
ApplicationIds |
string |
Comma separated list of ApplicationIds. Used to limit to a specific set of ideations as well as sort order if SoryBy is set to ApplicationIdsOrder |
否 |
||
Name |
string |
Ideation Name |
否 |