Is there any REST API which can create the alert on a SharePoint List?
We have a customized website which user can view files on SharePoint, but when user want to subscribe to a folder or file changes, I couldn't find any REST API to do so. Currently user can only go to SharePoint site, select the file or folder and click "Alert me" to create a new alert. Can I do this for user through a REST API call?
I found there are some information of CSOM API, but I can't find any REST API related to alerts.