Skip to main content

planner task checklistitem list

Lists the checklist items of a Planner task.

Usage

m365 planner task checklistitem list [options]

Options

-i, --taskId <taskId>

ID of the task.

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Examples

Lists the checklist items of a Planner task.

m365 planner task checklistitem list --taskId 'vzCcZoOv-U27PwydxHB8opcADJo-'

Response

{
"4e3c8841-560c-436e-ba06-cc7731680d59": {
"isChecked": false,
"title": "Communicate with customer",
"orderHint": "8585269209601773376",
"lastModifiedDateTime": "2023-01-25T22:32:05.3002431Z",
"lastModifiedBy": {
"user": {
"displayName": null,
"id": "b2091e18-7882-4efe-b7d1-90703f5a5c65"
}
}
}
}
CTRL + M