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.
Path parameters
Required. Name of the AppGroup. Use the following structure in your request: organizations/{org}/appgroups/{app_group_name}
Query parameters
Optional. Maximum number entries to return. If unspecified, at most 1000 entries will be returned.
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.
Optional. Flag that specifies whether to return an expanded list of apps for the organization. Defaults to false.
Optional. The filter expression to be used to get the list of apps, where filtering can be done on developerEmail, apiProduct, consumerKey, status, appId, appName, appType and appGroup. Examples: "developerEmail=foo@bar.com", "appType=AppGroup", or "appType=Developer" "filter" is supported from ver 1.10.0 and above.
Optional. Comma-separated list of app IDs on which to filter.
Optional. Flag that specifies whether to include credentials in the response.
Optional. Key status of the app. Valid values include approved or revoked. Defaults to approved.
Optional. Count of apps a single page can have in the response. If unspecified, at most 1000 apps will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. "page_size" is supported from ver 1.10.0 and above.
Optional. The starting index record for listing the developers. "page_token" is supported from ver 1.10.0 and above.
Optional. Maximum number of app IDs to return. Defaults to 1000, which is also the upper limit. To get more than 1000, use pagination with 'pageSize' and 'pageToken' parameters.
Returns the list of apps starting from the specified app ID.
Optional. Filter by the status of the app. Valid values are approved or revoked. Defaults to approved.
Response
Successful response