Microsoft Word · Schema

DriveItem

Represents a file, folder, or other item stored in a drive.

DocumentsMicrosoft 365OfficeProductivityWord Processing

Properties

Name Type Description
id string The unique identifier of the item within the drive.
name string The name of the item (filename and extension).
description string A user-visible description of the item.
size integer Size of the item in bytes.
webUrl string URL that displays the resource in the browser.
webDavUrl string WebDAV compatible URL for the item.
createdDateTime string Date and time of item creation.
lastModifiedDateTime string Date and time the item was last modified.
eTag string ETag for the entire item.
cTag string ETag for the content of the item.
createdBy object
lastModifiedBy object
parentReference object
file object
folder object
View JSON Schema on GitHub