plannerBucketTaskBoardTaskFormat 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 plannerBucketTaskBoardTaskFormat resource represents the information used to render a task correctly in the Buckets view of the Task Board (a view organized by tasks within the buckets they are assigned to). Each task will have one plannerBucketTaskBoardTaskFormat object associated with it.
Methods
Method | Return Type | Description |
---|---|---|
Get plannerBucketTaskBoardTaskFormat | plannerBucketTaskBoardTaskFormat | Read properties and relationships of plannerBucketTaskBoardTaskFormat object. |
Update | plannerBucketTaskBoardTaskFormat | Update plannerBucketTaskBoardTaskFormat object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Read-only. ID of the resource. It is 28 characters long and case-sensitive. Format validation is done on the service. |
orderHint | String | Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. |
Relationships
None
JSON representation
Here is a JSON representation of the resource.
{
"id": "String (identifier)",
"orderHint": "String"
}