-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Description
Describe the bug
When querying https://graph.microsoft.com/v1.0/me/todo/lists/?$select=id,importance,title etc, the API returns every field. This also reproes if you select a task. Also, if you add "title" to the list of entities, the query breaks.
To Reproduce
Steps to reproduce the behavior:
- Go to Graph explorer (consumer or enterprise)
- Query https://graph.microsoft.com/v1.0/me/todo/lists/?$select=id,importance,title
- See error
Expected behavior
Selected entities returned
Screenshots
Reactions are currently unavailable
