asana - Getting all tasks to which user has access -


i'm developing desktop app backend. in desktop app retrieve tasks assigned user, on web have tasks (including archived) asana user had access. there convenient way that?

it looks have so:

  1. get workspaces
  2. cycle though workspaces , tasks.
  3. get projects in workspace
  4. cycle through projects , tasks
  5. ? merge tasks workspaces , projects. should done, because task can detached project.

edit:

it seems possible have way only:

  1. /workspaces
  2. cycle through workspaces projects /workspaces/workspaces_id/projects
  3. cycle through projects tasks /tasks/?project=project_id

you tasks user has access to, without tasks detached projects (workspace tasks). how tasks, question

regards, victor


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -