Skip to content

Commit 64af2a7

Browse files
committed
voice review of sharepoint list webhook overview
1 parent 4518916 commit 64af2a7

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/apis/webhooks/lists/overview-sharepoint-list-webhooks.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22

33
The SharePoint list webhooks cover the events corresponding to list item changes for a given SharePoint list or a document library. SharePoint webhooks provide a simple notification pipeline so your application can be aware of changes to a SharePoint list without polling the service.
44

5-
## Common tasks
5+
## Tasks
66
| Task | HTTP method |
77
|-----------------------------------------------------|--------------------------------------------------------------|
88
| [Create a new subscription](./create-subscription) | `POST /_api/web/lists('list-guid')/subscriptions` |
9-
| [Get subscription(s)](./get-subscription) | `GET /_api/web/lists('list-guid')/subscriptions` |
10-
| [Delete subscription](./delete-subscription) | `DELETE /_api/web/lists('list-guid')/subscriptions('id')` |
9+
| [Get subscriptions](./get-subscription) | `GET /_api/web/lists('list-guid')/subscriptions` |
10+
| [Delete a subscription](./delete-subscription) | `DELETE /_api/web/lists('list-guid')/subscriptions('id')` |
1111
| [Update a subscription](./update-subscription) | `PATCH /_api/web/lists('list-guid')/subscriptions('id')` |
1212

1313
## List event types
14-
Notifications will be sent to your application for the following **asynchronous list item events** in SharePoint:
14+
Notifications will be sent to your application for the following asynchronous list item events in SharePoint:
1515

16-
1. ItemAdded
17-
2. ItemUpdated
18-
3. ItemDeleted
19-
4. ItemCheckedOut
20-
5. ItemCheckedIn
21-
6. ItemUncheckedOut
22-
7. ItemAttachmentAdded
23-
8. ItemAtttachmentDeleted
24-
9. ItemFileMoved
25-
10. ItemVersonDeleted
26-
11. ItemFileConverted
16+
* ItemAdded
17+
* ItemUpdated
18+
* ItemDeleted
19+
* ItemCheckedOut
20+
* ItemCheckedIn
21+
* ItemUncheckedOut
22+
* ItemAttachmentAdded
23+
* ItemAtttachmentDeleted
24+
* ItemFileMoved
25+
* ItemVersonDeleted
26+
* ItemFileConverted
2727

2828
Synchronous events are not supported in webhooks.
2929

3030
## Additional resources
3131

32-
- [Overview of SharePoint webhooks](../overview-sharepoint-webhooks)
32+
* [Overview of SharePoint webhooks](../overview-sharepoint-webhooks)

0 commit comments

Comments
 (0)