This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Description
Is it possible to query completed subtasks of active tasks somehow? I couldn't figure it out how:
api.items does not seem to return them.
api.completed.get_all() returns them, but they don't return the full property list (parent_id is missing for example) and it is not possible to filter for parent_id either.
What I'd like to do is to uncheck a whole subtree of tasks given a root task id.