v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

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.

get/v1/{+parent}/apps

Path parameters

parentstring required

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

Query parameters

pageSizeinteger

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

pageTokenstring

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.

expandboolean

Optional. Flag that specifies whether to return an expanded list of apps for the organization. Defaults to false.

filterstring

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.

idsstring

Optional. Comma-separated list of app IDs on which to filter.

includeCredboolean

Optional. Flag that specifies whether to include credentials in the response.

keyStatusstring

Optional. Key status of the app. Valid values include approved or revoked. Defaults to approved.

pageSizeinteger

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.

pageTokenstring

Optional. The starting index record for listing the developers. "page_token" is supported from ver 1.10.0 and above.

rowsstring

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.

startKeystring

Returns the list of apps starting from the specified app ID.

statusstring

Optional. Filter by the status of the app. Valid values are approved or revoked. Defaults to approved.

Response

Successful response