v4
latestOpenAPI 3.0.32026-07-312,317012.2 MBGroups
get/api/v1/groups/{id}/projects
Path parameters
idstring required
The ID of the group to list projects for.
Query parameters
offsetnumber
The offset to start from. If you enter 10, it will start from the 10th project.
limitnumber
The number of projects to return.
searchstring
The text string that project name or slug will be filtered by.
filter'assignedProjects' | 'unassignedProjects'
Whether to filter the list of returned projects. 'assignedProjects' will only return projects assigned to the group, 'unassignedProjects' will only return projects not assigned to the group, undefined will return all projects in the organization.
orderBy'name'
The column to order projects by.
orderDirection'asc' | 'desc'
The direction to order projects in.
Response
Default Response