
Microsoft Outlook API Integration Profile
Information and guides about integrating with Microsoft Outlook API
Add Microsoft Outlook Integration to Your AppList serviceAnnouncement messages in Microsoft Outlook API
Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Query | query | object | |
Top | query.$top | integer | |
Skip | query.$skip | integer | |
Search | query.$search | string | |
Filter | query.$filter | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Odata Count | @odata.count | integer | |
Odata Next Link | @odata.nextLink | string | |
Value | value | array of items | |
Id | item.id | string | The unique identifier for an entity. Read-only. |
Odata Type | item.@odata.type | string |