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

API Resource Path: /companies/{companyName}/apps/{appname}?query=count&entity=apiresources

Gets the count API Resources for a Company App

Verb: GET

Auth: Basic Auth

Gets a count of APi resources (URIs) consumed by a Company App. The API resources (URIs) are aggregated across all API products with which the Company App is associated.

Sample Response:
{
  "value" : 3
}