The ID of the group to list projects for.
The offset to start from. If you enter 10, it will start from the 10th project.
x >= 0The number of projects to return.
1 <= x <= 100The text string that project name or slug will be filtered by.
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.
assignedProjects, unassignedProjects The column to order projects by.
name The direction to order projects in.
asc, desc