Get Groups Projects
GET {{baseUrl}}/groups/:id/projects?archived=<get>&visibility=<>&search=<>&order_by=<>&sort=<>&simple=<>&page=<>&per_page=<>
Get a list of projects in this group.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| archived | string | Limit by archived status | |
| visibility | string | Limit by visibility | |
| search | string | Search for a specific group | |
| order_by | string | Order by name or path | |
| sort | string | Sort by asc (ascending) or desc (descending) | |
| simple | string | Return only the ID, URL, name, and path of each project | |
| page | string | Current page number | |
| per_page | string | Number of items per page |