question

PatrickRote-3473 avatar image
0 Votes"
PatrickRote-3473 asked BobJohnson-6874 edited

MS Graph API using JSON BATCH request t to get recent files for a specific document library

Is there a way to get recent files from a specific document libraries in a site collection? I tried

https://graph.microsoft.com/beta/me/insights/used
But I wasn't able to use filter to get the specific document library url i needed as it is not supported.

I then tried to use

/me/drive/recent

this display all the files for the signed in user but how do use the rest json batch to request the recent files for a signed in user of a specific document library? .

Do i need to use a json batch for it to work?

If yes how to?

Thanks in Advance

not-supported
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers