Sync API question
I'm playing with the new todoist sync api and had a question. When I call the get method passing in the api_token all the projects and tasks come back fine but each project has an empty string "" for its last_updated property. However, if I call the get but this time passing in projects_timestamps with empty strings for each project such as {"1234":"", ...} it still retrieves all the projects. Shouldn't it skip over projects that have an empty string as the last_updated field since I'm passing in the same thing in the project_timestamps?
Asked by Andrew Hewitt on Jan 27, 2012 - 12:06
David Trey
on Feb 03, 2012 - 10:20
Hello Andrew,
this was a bug and has been fixed now. Sorry for any inconvenience it might have caused you and thank you for pointing out this issue.
Best regards,
David
