Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issue in migrating outlook task api (getAllTasks) to graph To-do task api

We are in the process of Migrating from Outlook APIs to Graph Microsoft APIs.

We are unable to migrate task API as we don't find any graph API documentation relating to getAllTasks.

Please help us to find this API.

like image 767
Kaviraj Selvan Avatar asked Dec 11 '25 04:12

Kaviraj Selvan


1 Answers

getAllTasks should be related to List Todo task endpoint

GET /me/todo/lists/{todoTaskListId}/tasks

A todoTask represents a task, i.e. a piece of work or personal item that can be tracked and completed.

You need to know todoTaskListId of todoTaskList. A todoTaskList represents a logical container of todoTask resources.

Resources:

Microsoft To Do API

like image 63
user2250152 Avatar answered Dec 14 '25 03:12

user2250152



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!