Archive for 'REST' Category
Quickly find the current used storage of your site collection by using REST
By Namwar Rizvi - Last updated: Wednesday, November 19, 2014
If you want to find out how much storage your SharePoint site collection is currently using then you can use the following REST url in your browser ://<Replace your Site Collection Url>/_api/site/Usage/Storage For example: http://sp/_api/site/Usage/Storage You will get response similar to following. Please note SharePoint report storage in bytes so to get the size in […]