Microsoft Office 365 · Example Payload

Microsoft Office 365 Getmessage Example

CloudCollaborationEnterpriseMicrosoftProductivity

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getMessage",
  "method": "GET",
  "path": "/me/messages/{message-id}",
  "summary": "Microsoft Office 365 Get Message",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getmessage200Example",
      "example": {
        "id": "abc123",
        "subject": "example_value",
        "body": {
          "contentType": "text",
          "content": "example_value"
        },
        "bodyPreview": "example_value",
        "sender": {},
        "from": {},
        "toRecipients": [
          {}
        ],
        "ccRecipients": [
          {}
        ],
        "bccRecipients": [
          {}
        ],
        "replyTo": [
          {}
        ],
        "conversationId": "500123",
        "conversationIndex": "example_value",
        "receivedDateTime": "2026-01-15T10:30:00Z",
        "sentDateTime": "2026-01-15T10:30:00Z",
        "createdDateTime": "2026-01-15T10:30:00Z",
        "lastModifiedDateTime": "2026-01-15T10:30:00Z",
        "hasAttachments": true,
        "internetMessageId": "500123",
        "importance": "low",
        "isRead": true,
        "isDraft": true,
        "isDeliveryReceiptRequested": true,
        "isReadReceiptRequested": true,
        "flag": {
          "flagStatus": "notFlagged"
        },
        "categories": [
          "example_value"
        ],
        "parentFolderId": "500123",
        "webLink": "https://www.example.com",
        "inferenceClassification": "focused"
      }
    }
  ]
}