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

1.1k views Asked by At

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!

1

There are 1 answers

6
Tarkan Sevilmis On BEST ANSWER

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.