Can I get a list of alerts for ALL users on this site? After interacting with the GetAlerts method in /_vti_bin/Lists.asmx, it seems to always execute in the context of the user who provided him with the credentials, and will only return alerts for the THAT user. I was hoping to get a list of EVERY alert on the site.
I know that I can possibly do this using the SharePoint API in a console application, but was hoping to use web services or another method that did not require direct access to the SharePoint mailbox.
I assume that the other way would be to write a custom web service ... but I was hoping for something quick and easy.
source
share