getProjects.rest
Returns a list of projects that match the input parameters. For more search options, see the
searchProjects.rest method.
| Param Name |
Req |
Type |
Description |
| keywords |
N |
String |
One or more keywords matching project titles or project tags.
|
| userName |
N |
String |
The user name of a member that has contributed to the project. You may pass more than one user name (separated by commas), in which
case the returned list will include only projects that include all of the members listed.
|
| isFounder |
N |
Boolean |
If set (true), then the userName will only apply to projects where the member is the founder. The default is false.
|
| pgN |
N |
Number |
The page number
|
| pgS |
N |
Number |
The number of records to return per page
|
Try It!
|