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:
- get workspaces
- cycle though workspaces , tasks.
- get projects in workspace
- cycle through projects , tasks
- ? merge tasks workspaces , projects. should done, because task can detached project.
edit:
it seems possible have way only:
- /workspaces
- cycle through workspaces projects /workspaces/workspaces_id/projects
- 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
Post a Comment