- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all apps created by a developer in an Apigee organization. Optionally, you can request an expanded view of the developer apps.
A maximum of 100 developer apps are returned per API call. You can paginate the list of deveoper apps returned using the startKey
and count
query parameters.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*/developers/*}/apps
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the developer. Use the following structure in your request: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
expand |
Optional. Specifies whether to expand the results. Set to |
count |
Number of developer apps to return in the API call. Use with the |
start |
Note: Must be used in conjunction with the Name of the developer app from which to start displaying the list of developer apps. For example, if you're returning 50 developer apps at a time (using the |
shallow |
Optional. Specifies whether to expand the results in shallow mode. Set to |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"app": [
{
object ( |
Fields | |
---|---|
app[] |
List of developer apps and their credentials. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform