plannerProgressTaskBoardTaskFormat 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.
Represents the information used to render a task correctly in the progress view of the task board (a view organized by the state of the PercentComplete field on the task object, with columns for Not Started, In Progress, and Complete). Each task has one plannerProgressTaskBoardTaskFormat object associated with it.
Methods
Method | Return Type | Description |
---|---|---|
Get progress task board format | plannerProgressTaskBoardTaskFormat | Read properties and relationships of plannerProgressTaskBoardTaskFormat object. |
Update progress task board format | plannerProgressTaskBoardTaskFormat | Update plannerProgressTaskBoardTaskFormat object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Read-only. ID of the resource. It's 28 characters long and case-sensitive. The format validation is done on the service. |
orderHint | String | Hint value used to order the task on the progress view of the task board. For details about the supported format, see Using order hints in Planner. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"orderHint": "String"
}