This operation lists the projects that the application can access. Filters allow to return:
The application must have the 'read' permission granted from the Planzone.
The user must have access to the project, that is he must be a team member, or has visibility on the project.
| Name | Optional | Description |
|---|---|---|
| planzone | YES | List the projects which belong to a specific Planzone. The parameter defines a list of planzone GUID separated by a comma (,). The default is to list the projects from any Planzone that the user can access. |
| status | YES | Filters the project on their status. Valid values are: open, close, all. The default is open. |
| member | YES | List the projects in which a user is team member. The parameter defined the user GUID. The special GUID 'me' represents the current user. |
The following request:
lists the projects which are open and for which the user is owner.
The response contains a project XML element which describes the project.
| 200 | OK | Operation succeeded |