Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 API 深度复制具有嵌套子任务的任务。目前,我正在查询树中每个任务的子任务端点。
有没有办法知道一个任务是否会有子任务,而不必subtasks为每个任务点击端点?
subtasks
不幸的是你不能。将来我们可能会在任务列表上查询子任务,但它需要添加我们需要设计的二级分页,这不在我们的路线图上。