Forum Discussion
Sebastián Acevedo Flórez
Nov 22, 2016Copper Contributor
How to get all the checked out files in a library with rest
How to get the checked out files of all user with rest.
Nov 23, 2016
I just ran a test and this pulled back checked out items in a library in SharePoint Online:
/_api/web/lists/getbytitle('Documents')/items?$filter=CheckoutUserId ne null