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

API Resource Path: /developers/{developer_email}/apps/{app_name}?"query=count&entity={entity_name}"

Gets a count of all API resources (URIs) in the API products accessible by a developer app

Verb: GET

Auth: Basic Auth

Returns a count of all API Resources (URIs) available to be accessed by an app through the API products for which the app is approved.

Sample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/{developer_email}/apps/{app_name}?"query=count&entity=apiresources"
Sample Response:
{
  "value" : 3
}