GuidesAPI Reference
API Reference

Get the list of all Projects in the Org

Get the list of all Projects in the Organization.


Access Control:

  • The calling principal must have "listAllProjects" action permission in the "authorization" service.
  • The calling principal MUST NOT include a project scope.
Query Params
string

A free text query string used to filter the results. A search against projects in the realm will consider the 'id', 'name', 'description', fields of the projects. The precise search algorithm used to match projects is not specified, but generally any projects where one of the considered fields has a full or partial match should be included in the results.

integer
0 to 100
Defaults to 100

Number of records to return. Default is 100 records. Maximum is 100 records.

string

The cursor for pagination. Present only if there is an additional page of data to view.

Headers
string

Correlates HTTP requests between a client and server. If not present in the incoming request, it will be generated.

Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json