Microsoft SharePoint · Example Payload

Sharepoint List Item Example

CollaborationDocument ManagementEnterprise Content ManagementIntranetMicrosoft

Sharepoint List Item 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

IdTitleCreatedModifiedAuthorIdEditorId

Example Payload

Raw ↑
{
  "Id": 1,
  "Title": "My Task",
  "Created": "2026-04-17T09:00:00Z",
  "Modified": "2026-04-17T10:30:00Z",
  "AuthorId": 7,
  "EditorId": 7
}