Is there a way to get a count/total for how many GET requests are made on a particular account? We keep track of activity of our various system accounts and I wanted to know how many GET calls are being performed on each account. I was advised by our development team that there is not an API to pull GET counts so I was wondering if there is another way to obtain those totals.
I can see the GET calls in the Admin console Audit log, so I am thinking there is a way to pull this data. However I am unable to extract the details from the audit the log. Any help is appreciated. Thanks!