Microsoft SharePoint · Example Payload

Sharepoint File Example

CollaborationDocument ManagementEnterprise Content ManagementIntranetMicrosoft

Sharepoint File Example is an example object payload from Microsoft SharePoint, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NameServerRelativeUrlLengthTimeCreatedTimeLastModifiedCheckOutTypeMajorVersionMinorVersionUniqueId

Example Payload

Raw ↑
{
  "Name": "report.pdf",
  "ServerRelativeUrl": "/sites/mysite/Shared Documents/report.pdf",
  "Length": 1048576,
  "TimeCreated": "2026-04-17T09:00:00Z",
  "TimeLastModified": "2026-04-17T10:30:00Z",
  "CheckOutType": 2,
  "MajorVersion": 3,
  "MinorVersion": 0,
  "UniqueId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}