GET projects
Operation ID: getProjects
Auth: unknown
Description
List all the projects the current user has authorization to view. A maximum of 100 projects are returned in each response. When further results are available, the response includes the URL you need to request the next page of results. Use the optional parameter, `limit`, to change the number of results reported in each response (range of 1—100). If you supply an invalid value for this parameter, the default value of 100 is used. When more than one page of results is available, each response includes a `nextPageUrl` response parameter. You can use this URL to request the next page of results. The `nextPageUrl` includes an automatically generated `start` parameter, which specifies the projects to return in the next page of results.
Parameters (2)
(integer, query, optional, default: 100)
The maximum number of projects to return in each response (1-100).
Constraints: {'minimum': 1, 'maximum': 100}
(string, query, optional)
An opaque identifier generated by the API.
No probe data for this endpoint yet.