Microsoft Office 365 · Example Payload

Microsoft Graph Event Example

CloudCollaborationEnterpriseMicrosoftProductivity

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

Top-level fields

idsubjectbodyPreviewlocationsattendeesisAllDayisCancelledisOrganizerisOnlineMeetingonlineMeetingProvideronlineMeetingUrlseriesMasterIdtypeshowAsimportancesensitivityresponseRequestedallowNewTimeProposalscategorieshasAttachmentsiCalUIdwebLinkcreatedDateTimelastModifiedDateTimereminderMinutesBeforeStarttransactionId

Example Payload

Raw ↑
{
  "id": "abc123",
  "subject": "example_value",
  "bodyPreview": "example_value",
  "locations": [],
  "attendees": [],
  "isAllDay": true,
  "isCancelled": true,
  "isOrganizer": true,
  "isOnlineMeeting": true,
  "onlineMeetingProvider": "example_value",
  "onlineMeetingUrl": "https://www.example.com",
  "seriesMasterId": "500123",
  "type": "example_value",
  "showAs": "example_value",
  "importance": "example_value",
  "sensitivity": "example_value",
  "responseRequested": true,
  "allowNewTimeProposals": true,
  "categories": [],
  "hasAttachments": true,
  "iCalUId": "500123",
  "webLink": "example_value",
  "createdDateTime": "example_value",
  "lastModifiedDateTime": "example_value",
  "reminderMinutesBeforeStart": 10,
  "transactionId": "500123"
}