Method: organizations.appgroups.apps.list

Lists all apps created by an AppGroup in an Apigee organization. Optionally, you can request an expanded view of the AppGroup apps.

Lists all AppGroupApps in an AppGroup. A maximum of 1000 AppGroup apps are returned in the response if PageSize is not specified, or if the PageSize is greater than 1000.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*/appgroups/*}/apps

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the AppGroup. Use the following structure in your request: organizations/{org}/appgroups/{app_group_name}

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

  • apigee.appgroupapps.list

Query parameters

Parameters
pageSize

integer

Optional. Maximum number entries to return. If unspecified, at most 1000 entries will be returned.

pageToken

string

Optional. Page token. If provides, must be a valid AppGroup app returned from a previous call that can be used to retrieve the next page.

Request body

The request body must be empty.

Response body

Response for [apps.list][AppGroups.ListAppGroupApps]

If successful, the response body contains data with the following structure:

JSON representation
{
  "appGroupApps": [
    {
      object (AppGroupApp)
    }
  ],
  "nextPageToken": string
}
Fields
appGroupApps[]

object (AppGroupApp)

List of AppGroup apps and their credentials.

nextPageToken

string

Token that can be sent as nextPageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

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