This query brings all the information about the services for a certain time period
https://api-vip.elastica.net/xpicombr/audit/v2/data/?resource=service&earliest_date={earliest}&latest_date={latest}&resolution=86400
The query does not gather the number of users for a service
To gather the information do the following:
Under the heading Sample Audit Summary response you see the following:
"users_count": 9,
"sort_key_brr": 38,
"service_id": 3545,
To match the service_id with a service you need to do the following:
For all API documentation you can see that here APIs