"id": "1", "name": "Document 1.docx", "webUrl": "https://foo.com/document1.docx", "file": { "mimeType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document" }, "fileSystemInfo": { "lastAccessedDateTime": "%s" }, "lastModifiedDateTime": "%s" }, { "id": "2", "name": "Presentation.pptx", "webUrl": "https://foo.com/presentation.pptx", "file": { "mimeType": "application/vnd.openxmlformats-officedocument.presentationml.presentation" }, "fileSystemInfo": { "lastAccessedDateTime": "%s" }, "lastModifiedDateTime": "%s" }, { "id": "3", "name": "Document xyz.docx", "webUrl": "https://foo.com/documentxyz.docx", "file": { "mimeType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document" }, "fileSystemInfo": { "lastAccessedDateTime": "%s" }, "lastModifiedDateTime": "%s" } ] } }, { "id": "shared", "status": "200", "body": { "value": [ { "id": "4", "name": "Shared Spreadsheet.xlsx", "webUrl": "https://foo.com/SharedSpreadsheet.xlsx", "file": { "mimeType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, "lastModifiedDateTime": "%s", "remoteItem": { "shared": { "sharedDateTime": "%s", "sharedBy": { "user": { "displayName": "User 1" } } } } }, { "id": "5", "name": "Shared Document.docx", "webUrl": "https://foo.com/document3.docx", "file": { "mimeType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document" }, "lastModifiedDateTime": "%s", "remoteItem": { "shared": { "sharedDateTime": "%s", "sharedBy": { "user": { "displayName": "User 2" } } } } }, { "id": "6", "name": "Roadmap.pptx", "webUrl": "https://foo.com/roadmap.pptx", "file": { "mimeType": "application/vnd.openxmlformats-officedocument.presentationml.presentation" }, "lastModifiedDateTime": "%s", "remoteItem": { "shared": { "sharedDateTime": "%s", "sharedBy": { "user": { "displayName": "User 1" } } } } } ] } } ] }