Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,507 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Describe the bug
The graph-endpoint "/me/todo/lists/{todoTaskListId}/tasks/{taskId}" is the only TodoTask endpoint that does not allow the usage of the "Tasks" shorthand for the todoTaskListId parameter. It returns an "invalidRequest: Parent folder specified does not contain a Task with given Id" Exception.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The TodoTask with the given Id found in the defaultList is returned.
Desktop:
Additional context