Asana/node-asana

Get tasks per section?

henriqueweiand opened this issue · 1 comments

I searching a method for the return all tasks per sections, the library has feature?

Example: https://app.asana.com/api/1.0/sections/GID_SECTION/tasks

found it!

client.tasks.findAll({ section: 1172212639594055 }).then(function (me) {
  // Print out your information
  console.log(me);
});