analytics api

Not applicable

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

Solved Solved
0 1 959
1 ACCEPTED SOLUTION

Not applicable

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)"

View solution in original post

1 REPLY 1

Not applicable

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)"