php - How to get tasks by user in Asana -
I have started using Asana API so that I have a small device to observe all the work allotted to me Can be made
I can do all kinds of things, like all workgroups, projects, users, work by projects etc. But somehow I can not find a way to get all the functions per user.
When you enter the asana, you get information about all the tasks. That's what I try to use API. Below I'll be using the GitHub project you are currently using.
Reference
Github:
I think that I think what you are asking Under the inquiry for work , it suggests using the assignment parameter for filtering for this purpose. The adjacent example of the name Show work assigned to me in the workstation or organization is particularly useful. I will make a request to do this:
/ tasks? Workspace = 14916 & ACCFA = I
If you want all the works in all the workspaces, then you have to iterate on your workspaces and do this type of query.
Comments
Post a Comment