- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists IDs of apps within an organization that have the specified app status (approved or revoked) or are of the specified app type (developer or company).
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*}/apps
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Resource path of the parent in the following format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
status |
Optional. Filter by the status of the app. Valid values are |
apptype |
Optional. Filter by the type of the app. Valid values are |
includeCred |
Optional. Flag that specifies whether to include credentials in the response. |
startKey |
Returns the list of apps starting from the specified app ID. |
rows |
Optional. Maximum number of app IDs to return. Defaults to 10000. |
expand |
Optional. Flag that specifies whether to return an expanded list of apps for the organization. Defaults to |
ids |
Optional. Comma-separated list of app IDs on which to filter. |
keyStatus |
Optional. Key status of the app. Valid values include |
apiProduct |
API product. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"app": [
{
object ( |
Fields | |
---|---|
app[] |
|
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform