A simple request - How can I retrieve the item count of all lists in a specific SharePoint site?
I know the following uri will get the item count for a specific list when using the SharePoint's HTTP widget
/_api/web/lists/getbytitle('ListName')/ItemCount
The must be a way to do this for all lists in the site. Much like the "Site Contents" function in a view.
Also, where are all REST API functions documented for SharePoint?
Thanks as always for your time.
Alex