Asana tasks can be marked as "waiting on" other tasks. I'd like to access this data through the API, but it's either not available or undocumented.
The set of fields returned in an API response can be customised using the opt_fields
parameter. I've tried adding "waiting," "waitingon" and "waiting_on" to that parameter, with no luck.
Any ideas?