How to get 'added task' list to a project using asana search Api
up vote
0
down vote
favorite
I'm using asana search API to get the task list which are added to a project after a specific date.
https://asana.com/developers/documentation/getting-started/search-api
This is what i'm using right now.
curl -H "Authorization: Bearer <token>" "https://app.asana.com/api/1.0/workspaces/<workspace-id>/tasks/search?projects.all=<project-id>&created_on.after=2018-11-09&limit=100"
i'm using created_on filter which seems to be inaccurate as task may be created before but added to project sometimes later
How do i get the task list which filter on basis of addition to the project and not on the creation of the task?
Also pagination doesn't seems to be working in this request
asana asana-api
add a comment |
up vote
0
down vote
favorite
I'm using asana search API to get the task list which are added to a project after a specific date.
https://asana.com/developers/documentation/getting-started/search-api
This is what i'm using right now.
curl -H "Authorization: Bearer <token>" "https://app.asana.com/api/1.0/workspaces/<workspace-id>/tasks/search?projects.all=<project-id>&created_on.after=2018-11-09&limit=100"
i'm using created_on filter which seems to be inaccurate as task may be created before but added to project sometimes later
How do i get the task list which filter on basis of addition to the project and not on the creation of the task?
Also pagination doesn't seems to be working in this request
asana asana-api
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm using asana search API to get the task list which are added to a project after a specific date.
https://asana.com/developers/documentation/getting-started/search-api
This is what i'm using right now.
curl -H "Authorization: Bearer <token>" "https://app.asana.com/api/1.0/workspaces/<workspace-id>/tasks/search?projects.all=<project-id>&created_on.after=2018-11-09&limit=100"
i'm using created_on filter which seems to be inaccurate as task may be created before but added to project sometimes later
How do i get the task list which filter on basis of addition to the project and not on the creation of the task?
Also pagination doesn't seems to be working in this request
asana asana-api
I'm using asana search API to get the task list which are added to a project after a specific date.
https://asana.com/developers/documentation/getting-started/search-api
This is what i'm using right now.
curl -H "Authorization: Bearer <token>" "https://app.asana.com/api/1.0/workspaces/<workspace-id>/tasks/search?projects.all=<project-id>&created_on.after=2018-11-09&limit=100"
i'm using created_on filter which seems to be inaccurate as task may be created before but added to project sometimes later
How do i get the task list which filter on basis of addition to the project and not on the creation of the task?
Also pagination doesn't seems to be working in this request
asana asana-api
asana asana-api
edited yesterday
asked yesterday
Rohit Kumar
4612
4612
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53222180%2fhow-to-get-added-task-list-to-a-project-using-asana-search-api%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password