Microsoft SharePoint · Example Payload

Sharepoint Web Example

CollaborationDocument ManagementEnterprise Content ManagementIntranetMicrosoft

Sharepoint Web 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

IdTitleDescriptionUrlWebTemplateCreatedLastItemModifiedDateLanguageServerRelativeUrl

Example Payload

Raw ↑
{
  "Id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "Title": "My SharePoint Site",
  "Description": "Team collaboration site",
  "Url": "https://contoso.sharepoint.com/sites/mysite",
  "WebTemplate": "STS",
  "Created": "2024-01-15T12:00:00Z",
  "LastItemModifiedDate": "2026-04-17T08:30:00Z",
  "Language": 1033,
  "ServerRelativeUrl": "/sites/mysite"
}