- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. Name of the AppGroup. Use the following structure in your request: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
Optional. Maximum number entries to return. If unspecified, at most 1000 entries will be returned. |
pageToken |
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 ( |
Fields | |
---|---|
appGroupApps[] |
List of AppGroup apps and their credentials. |
nextPageToken |
Token that can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform