How to get the analytics of a developer

Not applicable

Hi, I want to get the analytics of a single developer using API. I could get the analytics data of the entire developer using the command:

https://api.enterprise.apigee.com/v1/o/{org-name}/environments/test/stats/developer?select=sum(messa...

but how to get it for a single developer?

Thanks in advance

Solved Solved
0 1 121
1 ACCEPTED SOLUTION

Hi Preethi,

You can try adding a filter by developer email id or developer id, some thing like below

https://api.enterprise.apigee.com/v1/organizations/{org}/environments/{env}/stats/developer?select=s...filter=(developer_email%20in%20'{registered_email_id}')


View solution in original post

1 REPLY 1

Hi Preethi,

You can try adding a filter by developer email id or developer id, some thing like below

https://api.enterprise.apigee.com/v1/organizations/{org}/environments/{env}/stats/developer?select=s...filter=(developer_email%20in%20'{registered_email_id}')