I’m working with Microsoft Planner Premium (the new unified Planner experience) and need to access project data through an API.
I’m trying to get details such as:
- Task dependencies (Depends on, Depends after)
- Resources / assignments
- Task dates (Actual , Forecasted)
- Custom fields created in Planner Premium
From what I’ve checked, the Microsoft Graph API for Planner only covers the older Planner features — like plans, buckets, and tasks. It doesn’t seem to include the new data used in Planner Premium .
My questions are:
- Can data like dependencies, resources, and custom fields from Planner Premium be accessed using Microsoft Graph API?
- If not, is there any other REST API that supports this data?
- Are there any official Microsoft documentation links or API endpoint references for this?