Microsoft Office 365 · Example Payload

Microsoft Graph Mail Folder Example

CloudCollaborationEnterpriseMicrosoftProductivity

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

Top-level fields

iddisplayNameparentFolderIdchildFolderCounttotalItemCountunreadItemCountisHidden

Example Payload

Raw ↑
{
  "id": "abc123",
  "displayName": "example_value",
  "parentFolderId": "500123",
  "childFolderCount": 10,
  "totalItemCount": 10,
  "unreadItemCount": 10,
  "isHidden": true
}