API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /apps?appfamily={app_family}
List all apps in an app familty
Verb: GET
Auth: Basic AuthLists, by name, all Apps contained in an App Family
Sample Request:$ curl https://api.enterprise.apigee.com/v1/o/{org_name}/apps?"appfamily=myApps" \
-u myname:mypass
Sample Response:
[ "app2.1", "app2.2" ]Errors
{
"code" : "keymanagement.service.invalid_application_name",
"message" : "App Name is not valid ",
"contexts" : [ ]
}
Last updated:
about 1 month ago