I have a requirement to set up a change notification(webhook) on a specific folder in Sharepoint. As I've learned so far, SharePoint API does not support this function. And I want to know if Graph API supports it.
In the Graph API change notification document, I saw it support change notification on drive item.
https://docs.microsoft.com/en-us/graph/api/resources/webhooks?view=graph-rest-1.0
And Items in SharePoint document libraries can be represented as listItem or driveItem resources.
https://docs.microsoft.com/en-us/graph/api/resources/driveitem?view=graph-rest-1.0
So I want to confirm if it's possible for me to set up a change notification for a specific SharePoint document library folder using driveitem?
