spservices
Version:
Work with SharePoint's Web Services using jQuery
14 lines (9 loc) • 702 B
Markdown
### Function
**$().SPServices**
### Web Service
**Alerts**
### Supported Operations
| Operation | Options | MSDN Documentation | Introduced |
| --------- | ------- | ------------------ | ---------- |
| GetAlerts | <span class="codeInline">[webURL]</span> | [Alerts.GetAlerts Method](http://msdn.microsoft.com/en-us/library/alerts.alerts.getalerts.aspx) | [0.2.8](http://spservices.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=32071) |
| DeleteAlerts | <span class="codeInline">[webURL], IDs</span> | [Alerts.DeleteAlerts Method](http://msdn.microsoft.com/en-us/library/alerts.alerts.deletealerts.aspx) | [0.2.8](http://spservices.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=32071) |