List all projects

Returns a paginated list of all Projects of the workspace, accessible by the authorization token used.

Expandable Properties

This endpoint supports relations expansion on:

  • owner
  • program
  • goals
  • teams
  • requesting_team

Read more in our section about expandable properties.

Query Params
string

Which relations to expand. Available relations: owner, program, goals, teams, requesting_team.

string

Filter projects by Importance. Use the code of a project importance to only include projects with that importance.

string

Filter projects by Mood. Use the code of a project mood to only include projects with that mood.

string

Which field to use when ordering the results. Available options: status, importance, risk, mood, name, created_at. Ascending order by default, use a - before the name of the field to have a descending order (ex: ordering=-status). Default to -created_at.

string

Filter projects by Owner. Use the Id of a workspace user to only include projects where the given user is the owner.

integer

A page number within the paginated result set.

integer

Number of results to return per page.

string

Filter projects by Risk. Use the code of a project risk to only include projects with that risk.

string

Filter projects by Status. Use the code of a project status to only include projects with that status.

boolean

Filter projects by Final Status. When used, include or exclude projects for which the status is in a final state.

string
Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json