URLs
GET api/v1/ideas/ideas.xml (or .json)
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
PageIndex |
int |
Page index to retrieve |
否 |
0 |
|
PageSize |
int |
Page size to retrieve |
否 |
20 |
|
SortBy |
string |
否 |
date |
date, topic, score, totalvotes, yesvotes, novotes, lastupdateddate, contentidsorder |
|
SortOrder |
string |
否 |
descending |
ascending, descending |
|
ChallengeId |
Guid |
Ideation Id |
否 |
||
GroupId |
int |
Group Id |
否 |
||
IncludeSubGroups |
bool |
否 |
False |
||
ContentIds |
string |
Comma separated list of ContentIds. Used to limit to a specific set of ideas as well as sort order if SoryBy is set to ContentIdsOrder. |
否 |
||
Name |
string |
Idea Name |
否 |
||
QueryType |
string |
Query Type. Note: 'topquality' ignores other query options and sorts by idea quality score descending |
否 |
all |
all, toppoints, topquality, myideas, myvotes |
UserId |
int |
UserId of idea author, used for 'myideas' query type |
否 |
||
Status |
string |
Status |
否 |