You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: