Method: organizations.developers.apps.list

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

string

Required. Name of the developer. Use the following structure in your request: organizations/{org}/developers/{developerEmail}

Authorization requires the following IAM permission on the specified resource parent:

  • apigee.developerapps.list

Query parameters

Parameters
expand

boolean

Optional. Specifies whether to expand the results. Set to true to expand the results. This query parameter is not valid if you use the count or startKey query parameters.

count

string (int64 format)

Number of developer apps to return in the API call. Use with the startKey parameter to provide more targeted filtering. The limit is 1000.

startKey

string

Note: Must be used in conjunction with the count parameter.

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 count query parameter), you can view developer apps 50-99 by entering the name of the 50th developer app. The developer app name is case sensitive.

shallowExpand

boolean

Optional. Specifies whether to expand the results in shallow mode. Set to true to expand the results in shallow mode.

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 (DeveloperApp)
    }
  ]
}
Fields
app[]

object (DeveloperApp)

List of developer apps and their credentials.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform