Is there a way to access the data in the activity dashboard programmatically, like through a REST endpoint? We want to generate custom reports across our three ArcGIS Online organizations on a monthly basis automatically, which I can do if there's a way to access the raw data behind the activity dashboard. Is there a way to achieve this currently?
Solved! Go to Solution.
Hi,
The Usage API which contains credit and usage information is not a documented part of the Rest API nor is it included in the Python API. There is some usage information available about items, through the items call in the Rest API.
-Kelly
Mike,
The Python API gives you access to the REST API for your portals. You should be able to script out reports that will provide data similar to what are provided by the status dashboard.
I'll take a look and see what I can pull out of it, thank you!
Hi,
The Usage API which contains credit and usage information is not a documented part of the Rest API nor is it included in the Python API. There is some usage information available about items, through the items call in the Rest API.
-Kelly
Hi Mike,
Following up on your question to extract data from the arcgis reports, were you able to pull the data?
If yes could you please let me know how did you achieve it.