Which call should I use to get the data of a report?

Not applicable

When I make this call I just get the information about the report, but I want to be able to get the data in the report. If possible also within a given time range. I want to get the target errors and target response time per developer app.

Solved Solved
1 1 124
1 ACCEPTED SOLUTION

@Friso Denijs ,

You can find more about Analytics API here,

I use Apigee Custom Reports to build the report & inspect the network tab in chrome browser to see th e API call Apigee Edge UI is making , From that i can easily construct the Analytics Management API call.

See sample custom report & network call made by Apigee Edge UI below,

5121-screen-shot-2017-06-14-at-60721-pm.png

Network tab in browser where i can see the API,

5122-network.png

API Call you are looking for, replace orgname & envname in below GET call with Base 64 encoded credentials in Authorization header,

https://api.enterprise.apigee.com/v1/organizations/{ORGNAME}/environments/{ENVNAME}/stats/developer_...

Hope it helps.

View solution in original post

1 REPLY 1

@Friso Denijs ,

You can find more about Analytics API here,

I use Apigee Custom Reports to build the report & inspect the network tab in chrome browser to see th e API call Apigee Edge UI is making , From that i can easily construct the Analytics Management API call.

See sample custom report & network call made by Apigee Edge UI below,

5121-screen-shot-2017-06-14-at-60721-pm.png

Network tab in browser where i can see the API,

5122-network.png

API Call you are looking for, replace orgname & envname in below GET call with Base 64 encoded credentials in Authorization header,

https://api.enterprise.apigee.com/v1/organizations/{ORGNAME}/environments/{ENVNAME}/stats/developer_...

Hope it helps.