plannerOrderHintsByAssignee resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

The plannerOrderHintsByAssignee is a resource that contains ordering hints for assignees in a plannerTask resource, to indicate the order of the task in Assigned To view of the Task Board. This type is an open type. The properties are the IDs of users assigned to the task, and the values are order hints.

Properties

Properties of an Open Type can be defined by the client. In this case, the client must provide IDs of users assigned to the task as property names, and a valid order hint as the value. Properties can't be removed from this type. The service will automatically remove values as the assignments on the containing plannerTask are updated.

Example:

{
  "ca2a1df2-e36b-4987-9f6b-0ea462f4eb47": "String",
  "4e98f8f1-bb03-4015-b8e0-19bb370949d8": "String"
}