{
  "data": {
    "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(driveItem)",
    "@odata.deltaLink": "https://graph.microsoft.com/v1.0/drives/b!ExampleDriveId/root/delta?token=MzslMjM0OyUyMzE7MDslMjM",
    "value": [
      {
        "id": "01EXAMPLENEWITEMID1234567890",
        "name": "NewReport.xlsx",
        "createdDateTime": "2025-12-09T14:30:00Z",
        "lastModifiedDateTime": "2025-12-09T14:30:00Z",
        "size": 45678,
        "webUrl": "https://example.sharepoint.com/sites/ExampleSite/Shared%20Documents/NewReport.xlsx",
        "file": {
          "mimeType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
          "hashes": {
            "quickXorHash": "ExampleHashValue123=="
          }
        },
        "parentReference": {
          "driveId": "b!ExampleDriveId123456789",
          "id": "01EXAMPLEPARENTID",
          "path": "/drives/b!ExampleDriveId123456789/root:"
        }
      },
      {
        "id": "01EXAMPLEUPDATEDITEM987654321",
        "name": "UpdatedPresentation.pptx",
        "createdDateTime": "2025-12-01T10:00:00Z",
        "lastModifiedDateTime": "2025-12-09T16:45:00Z",
        "size": 234567,
        "webUrl": "https://example.sharepoint.com/sites/ExampleSite/Shared%20Documents/UpdatedPresentation.pptx",
        "file": {
          "mimeType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
          "hashes": {
            "quickXorHash": "UpdatedHashValue456=="
          }
        },
        "parentReference": {
          "driveId": "b!ExampleDriveId123456789",
          "id": "01EXAMPLEPARENTID",
          "path": "/drives/b!ExampleDriveId123456789/root:"
        }
      }
    ]
  }
}