How to get all the task lists using https://graph.microsoft.com/v1.0/me/todo/lists

WMio Connectors 121 Reputation points
2023-10-23T09:07:53.7066667+00:00

Hi Team I am using the todo api to get the task lists using https://graph.microsoft.com/v1.0/me/todo/lists this end point and the response has only one task "Flagged email" but using https://graph.microsoft.com/v1.0/me/todo/lists/delta using this delta one i am getting all the tasklists.
How i can get all the records using [ https://graph.microsoft.com/v1.0/me/todo/lists] this get call.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,449 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Akash Jadav 85 Reputation points Microsoft Vendor
    2023-11-30T23:21:20.25+00:00

    Hello @WMio Connectors ,

    Todo API - GET https://graph.microsoft.com/v1.0/me/todo/lists - response has list of task lists. please share more details for this API call.

    Todo API with Delta - GET https://graph.microsoft.com/v1.0/me/todo/lists - https://learn.microsoft.com/en-us/graph/delta-query-overview

    Can you share details of GET https://graph.microsoft.com/v1.0/me/todo/lists request for further analysis.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments

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.