Microsoft Office 365 · Example Payload

Microsoft Graph Message Example

CloudCollaborationEnterpriseMicrosoftProductivity

Microsoft Graph Message Example is an example object payload from Microsoft Office 365, with 24 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idsubjectbodyPreviewtoRecipientsccRecipientsbccRecipientsreplyToconversationIdconversationIndexreceivedDateTimesentDateTimecreatedDateTimelastModifiedDateTimehasAttachmentsinternetMessageIdimportanceisReadisDraftisDeliveryReceiptRequestedisReadReceiptRequestedcategoriesparentFolderIdwebLinkinferenceClassification

Example Payload

Raw ↑
{
  "id": "abc123",
  "subject": "example_value",
  "bodyPreview": "example_value",
  "toRecipients": [],
  "ccRecipients": [],
  "bccRecipients": [],
  "replyTo": [],
  "conversationId": "500123",
  "conversationIndex": "example_value",
  "receivedDateTime": "example_value",
  "sentDateTime": "example_value",
  "createdDateTime": "example_value",
  "lastModifiedDateTime": "example_value",
  "hasAttachments": true,
  "internetMessageId": "500123",
  "importance": "example_value",
  "isRead": true,
  "isDraft": true,
  "isDeliveryReceiptRequested": true,
  "isReadReceiptRequested": true,
  "categories": [],
  "parentFolderId": "500123",
  "webLink": "example_value",
  "inferenceClassification": "example_value"
}