Microsoft Planner · Example Payload

Microsoft Planner Planner Task Update Example

CollaborationMicrosoft 365ProductivityProject ManagementTask Management

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

Top-level fields

titlebucketIdprioritypercentCompletestartDateTimedueDateTimeconversationThreadIdorderHintassigneePrioritypreviewType

Example Payload

Raw ↑
{
  "title": "Example Title",
  "bucketId": "500123",
  "priority": 10,
  "percentComplete": 10,
  "startDateTime": "example_value",
  "dueDateTime": "example_value",
  "conversationThreadId": "500123",
  "orderHint": "example_value",
  "assigneePriority": "example_value",
  "previewType": "example_value"
}