Remove limit of 400 items in GET tasks from plan in Graph API
When making a GET tasks from plan using Graph API it only gets 400 tasks. We already have almost 800 tasks in our plan, but the API doesn't get those.
The curl we are using is the following:
GET /planner/plans/{plan-id}/tasks
6
votes
