cancel
Showing results for 
Search instead for 
Did you mean: 

Sharepoint Graph API - Need to find out who check in/out files

Neel1
MVP

I was looking for information on how to find out who check in/check out from SharePoint File using SharePoint Graph API.

using below Microsoft page - i was able to develop code to check in and check out using Graph API but not able to find out who actually check in.

https://learn.microsoft.com/en-us/graph/api/driveitem-checkin?view=graph-rest-1.0&tabs=http

https://learn.microsoft.com/en-us/graph/api/driveitem-checkout?view=graph-rest-1.0&tabs=http

if someone has any insight on this - Please share

#msgraphAPI

 

 

2 REPLIES 2

naveed_raza
Level 5

for check in , you can get the versions of the file, by this you will get how many times file got saved

for check out, you can expand the checked by user

tomorrow i will share the Graph API end point urls

naveed_raza
Level 5

let me know if you want to connect with me to discuss