Microsoft SharePoint · Example Payload

Sharepoint List Create Request Example

CollaborationDocument ManagementEnterprise Content ManagementIntranetMicrosoft

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

Top-level fields

__metadataTitleDescriptionBaseTemplateAllowContentTypesContentTypesEnabled

Example Payload

Raw ↑
{
  "__metadata": {
    "type": "SP.List"
  },
  "Title": "My New List",
  "Description": "A custom list",
  "BaseTemplate": 100,
  "AllowContentTypes": true,
  "ContentTypesEnabled": true
}