ToDoIst with several projects

Hey,

I have tried several todoist integrations I have found online but they seem to be all old and no longer work.

I have several projects in my todoist and I want to display them all separately, so I don’t want to display my task for ProjectA and ProjectB in the same card. I want to be able to display them on separate cards.

Using node red I can do a HTTP request and get all the task with this endpoint: https://api.todoist.com/rest/v2/tasks/.

However, then I have a giant json with 100s of task.

How do I then sort it in node red to separate ProjectA, ProjectB, ProjectC etc?
Even if I can separate it, how would I go about displaying them in my dashboard in a list?