plannerAssignedToTaskBoardTaskFormat resource type

Namespace: microsoft.graph

Represents the information used to render a task correctly in the AssignedTo view of the task board (a view organized by users to whom tasks are assigned). Each task has one plannerAssignedToTaskBoardTaskFormat object associated with it.

Methods

Method Return Type Description
Get plannerAssignedToTaskBoardTaskFormat plannerAssignedToTaskBoardTaskFormat Read properties and relationships of plannerAssignedToTaskBoardTaskFormat object.
Update plannerAssignedToTaskBoardTaskFormat Update plannerAssignedToTaskBoardTaskFormat object.

Properties

Property Type Description
id String ID of the resource. It's 28 characters long and case-sensitive. Format validation is done on the service. Read-only.
orderHintsByAssignee plannerOrderHintsByAssignee Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined here.
unassignedOrderHint String Hint value used to order the task on the AssignedTo view of the Task Board when the task isn't assigned to anyone, or if the orderHintsByAssignee dictionary doesn't provide an order hint for the user the task is assigned to. The format is defined as outlined here.

Relationships

None.

JSON representation

Here's a JSON representation of the resource.

{
  "id": "String (identifier)",
  "orderHintsByAssignee": {"@odata.type": "microsoft.graph.plannerOrderHintsByAssignee"},
  "unassignedOrderHint": "String"
}