<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sharepoint Graph API - Need to find out who check in/out files in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Sharepoint-Graph-API-Need-to-find-out-who-check-in-out-files/m-p/123663#M54090</link>
    <description>&lt;P&gt;for check in , you can get the versions of the file, by this you will get how many times file got saved&lt;/P&gt;&lt;P&gt;for check out, you can expand the checked by user&lt;/P&gt;&lt;P&gt;tomorrow i will share the Graph API end point urls&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2025 20:22:41 GMT</pubDate>
    <dc:creator>naveed_raza</dc:creator>
    <dc:date>2025-11-28T20:22:41Z</dc:date>
    <item>
      <title>Sharepoint Graph API - Need to find out who check in/out files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sharepoint-Graph-API-Need-to-find-out-who-check-in-out-files/m-p/121021#M53321</link>
      <description>&lt;P&gt;I was looking for information on how to find out who check in/check out from SharePoint File using SharePoint Graph API.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/graph/api/driveitem-checkin?view=graph-rest-1.0&amp;amp;tabs=http" target="_blank"&gt;https://learn.microsoft.com/en-us/graph/api/driveitem-checkin?view=graph-rest-1.0&amp;amp;tabs=http&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/graph/api/driveitem-checkout?view=graph-rest-1.0&amp;amp;tabs=http" target="_blank"&gt;https://learn.microsoft.com/en-us/graph/api/driveitem-checkout?view=graph-rest-1.0&amp;amp;tabs=http&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if someone has any insight on this - Please share&lt;/P&gt;&lt;P&gt;#msgraphAPI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 16:05:12 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sharepoint-Graph-API-Need-to-find-out-who-check-in-out-files/m-p/121021#M53321</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2025-06-13T16:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sharepoint Graph API - Need to find out who check in/out files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sharepoint-Graph-API-Need-to-find-out-who-check-in-out-files/m-p/123663#M54090</link>
      <description>&lt;P&gt;for check in , you can get the versions of the file, by this you will get how many times file got saved&lt;/P&gt;&lt;P&gt;for check out, you can expand the checked by user&lt;/P&gt;&lt;P&gt;tomorrow i will share the Graph API end point urls&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 20:22:41 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sharepoint-Graph-API-Need-to-find-out-who-check-in-out-files/m-p/123663#M54090</guid>
      <dc:creator>naveed_raza</dc:creator>
      <dc:date>2025-11-28T20:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sharepoint Graph API - Need to find out who check in/out files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sharepoint-Graph-API-Need-to-find-out-who-check-in-out-files/m-p/123664#M54091</link>
      <description>&lt;P&gt;let me know if you want to connect with me to discuss&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 20:31:47 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sharepoint-Graph-API-Need-to-find-out-who-check-in-out-files/m-p/123664#M54091</guid>
      <dc:creator>naveed_raza</dc:creator>
      <dc:date>2025-11-28T20:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sharepoint Graph API - Need to find out who check in/out files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sharepoint-Graph-API-Need-to-find-out-who-check-in-out-files/m-p/123665#M54092</link>
      <description>&lt;P&gt;here is the endpoint url for check in&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl --location --request GET 'https://graph.microsoft.com/v1.0/sites/{{siteid}}/drive/root:/EA_EmailAttachments/Other/myfile.xlsx:/versions' \
--header 'Authorization: Bearer xxxxxxxxxxx'&lt;/LI-CODE&gt;&lt;P&gt;for check out&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl --location --request GET 'https://graph.microsoft.com/v1.0/sites/{{siteid}}/drive/root:/EA_EmailAttachments/Other/myfile.xlsx?:$expand=checkedOutByUser' \
--header 'Authorization: Bearer xxxxxxxxxxxxx'&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;```&lt;/P&gt;</description>
      <pubDate>Sun, 30 Nov 2025 13:15:41 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sharepoint-Graph-API-Need-to-find-out-who-check-in-out-files/m-p/123665#M54092</guid>
      <dc:creator>naveed_raza</dc:creator>
      <dc:date>2025-11-30T13:15:41Z</dc:date>
    </item>
  </channel>
</rss>

