I get the projects, then todolists for each project and then todos for each todolist. I want to lower resourse using for both your api and my app. So my question: Can I get only todos updated since some datetime? PS Sorry for my english
Can I get only todos updated since some datetime?
Only by fetching the full list and reducing the list by comparing the created_at key to your desired datetime value.