Microsoft Graph Application - Get Planner Task - Last Modified query

Luke Sloane-Bulger 81 Reputation points
2021-11-04T13:07:07.783+00:00

I'm aiming to make an application that gets our Microsoft Planner Tasks, and checks if any have been updated or moved between columns.

I was looking to get this "Last changed moments ago" string or any form of modified date.

146553-capture.png

But I can't see it in the API calls:

Is this "Last changed" text exposed in any of the API calls for Microsoft Graph?

Microsoft Security | Microsoft Graph
{count} votes

Accepted answer
  1. CarlZhao-MSFT 46,371 Reputation points
    2021-11-05T07:16:34.403+00:00

    According to my test, the first two api calls do not support the lastModifiedDateTime parameter. You can check the parameter documentation, and the lastModifiedDateTime parameter is not included. The third api call supports the lastModifiedDateTime parameter.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.