Home > @uniformdev/canvas > ProjectClient > getProjects
ProjectClient.getProjects() method
Fetches projects grouped by team. When teamId is provided, returns a single team with its projects. When omitted, returns all accessible teams and their projects.
Signature:
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | ProjectsGetParameters | (Optional) |
Returns:
Promise<ProjectsGetResponse>