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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis API endpoint retrieves a list of all apps associated with a specific AppGroup within an Apigee organization, with an option for an expanded view.\u003c/p\u003e\n"],["\u003cp\u003eThe API uses a GET request with a structured URL, incorporating \u003ccode\u003eorganizations/*/appgroups/*\u003c/code\u003e in the path, and requires the \u003ccode\u003eapigee.appgroupapps.list\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eIt supports optional \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters to control the number of returned entries and pagination, with a default maximum of 1000 entries.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the successful response body contains a list of \u003ccode\u003eAppGroupApp\u003c/code\u003e objects and a \u003ccode\u003enextPageToken\u003c/code\u003e for pagination, if more pages exist.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this API call requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.appgroups.apps.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListAppGroupAppsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists all apps created by an AppGroup in an Apigee organization. Optionally, you can request an expanded view of the AppGroup apps.\n\nLists 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.\n\n### HTTP request\n\n`GET https://apigee.googleapis.com/v1/{parent=organizations/*/appgroups/*}/apps`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse for \\[apps.list\\]\\[AppGroups.ListAppGroupApps\\]\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]