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