Skip to main content

planner task reference list

Retrieve the references associated to a Planner task.

Usage

m365 planner task reference list [options]

Options

-i, --taskId <taskId>

ID of the task to retrieve references from

-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

Retrieve the references of the specified planner task

m365 planner task reference list --taskId uBk5fK_MHkeyuPYlCo4OFpcAM

Response

{
"https%3A//microsoft%2Ecom": {
"alias": null,
"type": null,
"previewPriority": "8585269191724168649Pp",
"lastModifiedDateTime": "2023-01-25T23:02:53.107589Z",
"lastModifiedBy": {
"user": {
"displayName": null,
"id": "b2091e18-7882-4efe-b7d1-90703f5a5c65"
}
}
}
}
CTRL + M