Search code examples
microsoft-graph-apimicrosoft-plannermicrosoft-graph-plannertasks

How to get the last modified date and time of a microsoft planner task using Microsoft Graph APIs


I referred this documentation to try and get the lastModifiedDateTime of a planner task as in the JSON response example there is a property "lastModifiedDateTime", however when I call the API endpoint "https://graph.microsoft.com/v1.0/planner/tasks/taskId/details" the response does not have that property.

Is there any other way I can get the lastModifiedDateTime property of a planner task?

Any help is greatly appreciated. Thanks!


Solution

  • The last modified date time properties in the example are in the reference and checklist. Task currently does not expose as last modified date time property.