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.
Sebastián Acevedo Flórez
Nov 23, 2016Copper Contributor
That only retrieves the files that I checked out. I need to see all the files checked out by everyone
Nov 23, 2016
I just ran this against a document library with files checked out from 2 different people and it returned both items:
/_api/web/lists/getbytitle('Documents')/items?$select=CheckoutUserId/Title&$filter=CheckoutUserId ne null
Screenshot of results:
- Sebastián Acevedo FlórezNov 23, 2016Copper Contributor
In this page are two first checked out items that other people has.
I use that /sites/devflam/_api/web/lists/getbytitle('Documentos')/items?$select=CheckoutUserId/Title&$filter=CheckoutUserId%20ne%20null but it does not work