analytics api

I’m trying to get analytics via the “/environments/prod/stats/apps” api.

Is there any way to get statistics per application so I won’t need to get all apps statistics and filter the results in our side?

thanks, Michael

Hi Michael,

If you know the name of the app you’re interested in, you can use a filter like this:

“/environments/prod/stats/developer_app?filter=(developer_app+eq+%27MyApp%27)”