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 Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
{count} votes

Accepted answer
  1. CarlZhao-MSFT 37,456 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