web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Using Microsoft To Do ...
Power Automate
Unanswered

Using Microsoft To Do (with REST Api)

(0) ShareShare
ReportReport
Posted on by 156
Hello together,
 
I'd like to get all my To Dos in my To Do-Lists. I tried normal MS To Do-Connectors, but unfortunately there isn't that much information that I like to work with it.
But I didn't find any solution for me with an http-Request, even if there is some information in MS documentation: https://learn.microsoft.com/en-us/graph/api/todo-list-lists?view=graph-rest-1.0&tabs=http
 
Maybe someone of you just has a little more competence or an idea.
 
Thanks in advance!
Categories:
I have the same question (0)
  • David_MA Profile Picture
    14,084 Super User 2026 Season 1 on at
    You can explore what HTTP requests are available through the Graph API through Graph Explorer at Graph Explorer | Try Microsoft Graph APIs - Microsoft Graph. If your company allows it, you can log into your tenant and test the API calls through the explorer, and it includes links to further documentation.
     
    The calls to To-Do are limited:
  • Michael E. Gernaey Profile Picture
    53,969 Moderator on at
    HI
     
    If you dont mind me asking, its purely out of curiosity and maybe to help better. In To-Do you can change it to show all your Tasks across all groups etc.
     
    Is the issue that you cannot do it (or didnt think so) in To-Do or that you really want to grab them and store them in say, sharepoint or excel?
     
    That being said, what you would need to do in Power Automate would be 
     
    Steps (Using To-Do Business Connector)
     
    1. GetAllTodoListsV2
     
    The above will pull back all your lists
     
    2. Add an Apply to each to loop through them all
    Inside the Apply to each
     
    2a. Add another Todo Business Connector Action GetToDoListV2
    This will pull back all the items in a list. You will need to use the folderId (from the Outer Apply to each to populate the input for this action)
     
    2b. Add an Apply to each
    -- Now loop through all the returned lists from 2a
    ---Inside  You can use GetToDoV3 to grab the current Task from the 2b apply to each. Using the folderId from Step 2 apply to each and using the id from the 2b Apply to each
     
    Now you will have all lists, all tasks within a to do list
     
    What you want to do with them is a different story but thats what you do.
  • jonbu Profile Picture
    156 on at
    @Michael E. Gernaey thanks for your post. That's how I my current flow looks like, but not what I really want, because it doesn't give me solid results and has no possibilities to filter.
     
    That's why I want to try REST Api, which I tried, but didn't get the connector in power automate.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 589

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 284 Super User 2026 Season 1

Last 30 days Overall leaderboard