Microsoft Word · Example Payload

Graph Api Drive Item Example

Q4 2025 financial summary report for executive review

DocumentsMicrosoft 365OfficeProductivityWord Processing

Graph Api Drive Item Example is an example object payload from Microsoft Word, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedescriptionsizewebUrlwebDavUrlcreatedDateTimelastModifiedDateTimeeTagcTagcreatedBylastModifiedByparentReferencefile

Example Payload

Raw ↑
{
  "id": "01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK",
  "name": "quarterly-report-q4-2025.docx",
  "description": "Q4 2025 financial summary report for executive review",
  "size": 157286400,
  "webUrl": "https://contoso-my.sharepoint.com/personal/jsmith/Documents/quarterly-report-q4-2025.docx",
  "webDavUrl": "https://contoso-my.sharepoint.com/personal/jsmith/Documents/quarterly-report-q4-2025.docx",
  "createdDateTime": "2025-10-01T09:15:00Z",
  "lastModifiedDateTime": "2025-12-20T16:45:00Z",
  "eTag": "\"{86EB4C8E-D20D-46B9-AD41-23B8868DDA8A},1\"",
  "cTag": "\"{86EB4C8E-D20D-46B9-AD41-23B8868DDA8A},0\"",
  "createdBy": {
    "user": {
      "id": "efee1b77-fb3b-4f65-99d6-274c11914d12",
      "displayName": "Jane Smith"
    }
  },
  "lastModifiedBy": {
    "user": {
      "id": "efee1b77-fb3b-4f65-99d6-274c11914d12",
      "displayName": "Jane Smith"
    }
  },
  "parentReference": {
    "driveId": "b!-RIj2DuyvEyV1T4NlOaMHk8XkS_I8MdFlUCq1BlcjgmhRfAj3-Z8RY2VpuvV_tpd",
    "id": "01NKDM7HF6Y2GOVW7725BZO354PWSELRRZ",
    "path": "/drive/root:/Documents"
  },
  "file": {
    "mimeType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
    "hashes": {
      "sha1Hash": "aabbccdd11223344556677889900aabb",
      "quickXorHash": "ffee1122334455667788"
    }
  }
}