How to get the analytics of a developer

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(message_count)&timeRange=01/23/2018%2000:00~01/23/2018%2013:30&timeUnit=hour

but how to get it for a single developer?

Thanks in advance

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=sum(message_count)&timeRange=01%2F23%2F2018%2000%3A00~01%2F24%2F2018%2023%3A59&timeUnit=hour&filter=(developer_email%20in%20’{registered_email_id}')