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