API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /developers/{developer_email}/appfamilies/{app_family}

Gets a developer's apps in an app family

Verb: GET

Auth: Basic Auth

Gets a list of all apps in an app Family that are associated with a given developer

Sample Response:
{
  "apps" : [ "app2.1", "app1.1" ],
  "name" : "appfamily1"
}
Errors
Failure 4xx with proper error message
{
  "code" : "developer.service.AppFamilyDoesNotExist",
  "message" : "Appfamily appfamily doesnt exist",
  "contexts" : [ ]
}
Last updated: about 1 month ago