odata filtering of dates or percentcomplete not working for Planner API

Anuj Kumar 0 Reputation points
2025-03-11T08:01:58.5766667+00:00

GET https://graph.microsoft.com/v1.0/planner/plans/{plan-id}/tasks?$top=2 Authorization: Bearer {token}

 

Expected: Only 2 tasks should be returned per page. Reality: All tasks are returned without proper pagination.

Attempting Filtering GET

https://graph.microsoft.com/v1.0/planner/plans/{plan_id}/tasks?$filter=percentComplete eq 100 Authorization: Bearer {token}

 

Expected: Return only tasks that are completed (100% complete). Reality: All tasks are returned.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,256 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.