문제

I'm able to get tons of information through a single query using the Asana RESTful API:

https://app.asana.com/api/1.0/projects/10310306241538/tasks?opt_fields=notes,completed_at,projects,tags,tags.name&opt_pretty

But I can't seem to get subtasks using this query. Is it possible? I'm looking for subtask names, completion, and completion date, if possible.

Thanks!

도움이 되었습니까?

해결책

Currently this is not possible, but it's something we're looking to make possible in future. It's not directly on the roadmap yet so I can't give an estimate of when it'll be available I'm afraid. In the meantime you'll have to make an additional request.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top