pytodoist icon indicating copy to clipboard operation
pytodoist copied to clipboard

project.get_tasks() does not work as described in the docs

Open Schnatterowski opened this issue 5 years ago • 1 comments

Project.get_uncompleted_tasks() --> returns all uncompleted tasks Project.get_completed_tasks() --> returns all completed tasks Project.get_tasks() --> returns all uncompleted tasks, but according to the docs it should return all tasks.

Schnatterowski avatar Mar 13 '19 08:03 Schnatterowski

I also get this issue.

The v8 API doesn't seem to specify whether the items returned are all of them, or just the active ones. It seems to do it otherwise, you have to use the premium only endpoints, which is annoying.

I know the v7 API lets you access things like this much easier, and as a regular free user!

RealOrangeOne avatar Sep 27 '19 13:09 RealOrangeOne