Get tasks per section?
henriqueweiand opened this issue · 1 comments
henriqueweiand commented
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
henriqueweiand commented
found it!
client.tasks.findAll({ section: 1172212639594055 }).then(function (me) {
// Print out your information
console.log(me);
});