GET /api/v3/projects/FILTER
Retrieves available projects, filtered by specified criteria
Request Path
GET /api/v3/projects?{filterName}=true
Request Payload
None
Parameters
{filterName} |
Filters the results.
Possible values:
WhereUserIsProjectManager . Returns only projects in which the user is a project manager.
WhereUserIsProjectMember . Returns only projects in which the user is a project member.
WhereUserCanCreateClass . Returns only projects in which the user is allowed to create a class. The minimum user level allowed to create classes is set per project and can be changed by project manager users.
|
Response Example
[
{
"name": "Testing project",
"isActive": true,
"id": "PRdYm_XEbenztiBqWy0peW9w2"
}
]