POST api/outlook/processNotifications
Iterates through ChangeNotificationCollection and pushes the notification to their corresponding controller
Request Information
URI Parameters
None.
Body Parameters
A collection of change notifications recieved from Microsoft
Microsoft.Graph.Models.ChangeNotificationCollectionResponseName | Description | Type | Additional information |
---|---|---|---|
Value | Collection of Microsoft.Graph.Models.ChangeNotification |
None. |
|
AdditionalData | Dictionary of string [key] and Object [value] |
None. |
|
BackingStore | Microsoft.Kiota.Abstractions.Store.IBackingStore |
None. |
|
OdataCount | integer |
None. |
|
OdataNextLink | string |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
a status code indicating results of processing all notifications
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />