- 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. 'apptype' is no longer available. Use a 'filter' instead. |
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. |
pageSize |
Optional. Count of apps a single page can have in the response. If unspecified, at most 100 apps will be returned. The maximum value is 100; values above 100 will be coerced to 100. "pageSize" is supported from ver 1.10.0 and above. |
pageToken |
Optional. The starting index record for listing the developers. "pageToken" is supported from ver 1.10.0 and above. |
filter |
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. |
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[] |
|
nextPageToken |
Token that can be sent as |
totalSize |
Total count of Apps. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform