organizations
Lists all AppGroups in an organization. A maximum of 1000 AppGroups are returned in the response if PageSize is not specified, or if the PageSize is greater than 1000.
get/v1/{+parent}/appgroups
Path parameters
parentstring required
Required. Name of the Apigee organization. Use the following structure in your request: organizations/{org}.
Query parameters
filterstring
The filter expression to be used to get the list of AppGroups, where filtering can be done on status, channelId or channelUri of the app group. Examples: filter=status=active", filter=channelId=, filter=channelUri=
pageSizeinteger
Count of AppGroups a single page can have in the response. If unspecified, at most 1000 AppGroups will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageTokenstring
The starting index record for listing the AppGroups.
Response
Successful response