Error while using metric api with developer_count as queryparam

I am trying to access the developer_count for a api_product using metrics api in my org for a particular environment. I have used below api but i am getting error as

{ "code": "analytics.dataapi.service.UnableToResolveRequest", "message": "Unable to resolve request api_product", "contexts": [] }

Metric API :

https://api.enterprise.apigee.com/v1/organizations/{org}/environments/{env}/stats/api_product?select... 00:00~02/08/2020 23:59

Facing same issue for app_count

0 1 91
1 REPLY 1

Try this -

https://api.enterprise.apigee.com/v1/organizations/{org}/environments/{env}/stats/apiproducts?select=developer_count&timeRange=01/08/2020 00:00~02/08/2020 23:59

Refer this link for documents and examples - https://docs.apigee.com/api-platform/analytics/analytics-command-reference