List all projects in the specified organization.
If includeAdminProperties
is true, it requires the caller to be an admin in the organization, or any of its ancestors.
Otherwise, it requires the caller to be a member of the organization.
Example: Assume an organization hierarchy like: org-a
-> org-b
-> org-c
.
To list projects in org-c
, which means calling 'GET /api/v1/orgs/org-c/projects?includeAdminProperties',
the caller must be an admin in org-a
, org-b
or org-c
.
A list of projects
{- "nextCursor": "string"
}