Microsoft Planner · Example Payload

Microsoft Planner Planner Task Example

CollaborationMicrosoft 365ProductivityProject ManagementTask Management

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

Top-level fields

@odata.etagidtitleplanIdbucketIdprioritypercentCompletestartDateTimedueDateTimecompletedDateTimecreatedDateTimehasDescriptionconversationThreadIdorderHintassigneePrioritypreviewTypeactiveChecklistItemCountchecklistItemCountreferenceCount

Example Payload

Raw ↑
{
  "@odata.etag": "example_value",
  "id": "abc123",
  "title": "Example Title",
  "planId": "500123",
  "bucketId": "500123",
  "priority": 10,
  "percentComplete": 10,
  "startDateTime": "example_value",
  "dueDateTime": "example_value",
  "completedDateTime": "example_value",
  "createdDateTime": "example_value",
  "hasDescription": true,
  "conversationThreadId": "500123",
  "orderHint": "example_value",
  "assigneePriority": "example_value",
  "previewType": "example_value",
  "activeChecklistItemCount": 10,
  "checklistItemCount": 10,
  "referenceCount": 10
}