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,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Permissions
- Delegated
- Application
| Resource | Permissions |
|---|---|
| Microsoft Graph | Tasks.Read |
| Resource | Permissions |
|---|---|
| Microsoft Graph | Tasks.Read.All |
Examples
Retrieve the references of the specified planner task
m365 planner task reference list --taskId uBk5fK_MHkeyuPYlCo4OFpcAM
Response
- JSON
- Text
- CSV
- Markdown
{
"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"
}
}
}
}
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"}}}
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""}}}"
# planner task reference list --taskId "OopX1ANphEu7Lm4-0tVtl5cAFRGQ"
Date: 4/2/2023
Property | Value
---------|-------