Filter task if Assigned or not to anyone.
Hi Wrike,
I doing
https://www.wrike.com/api/v4/tasks?access_token=somesecertkey&status=Active&title=Edit Blog&dueDate={"start":"2019-07-01","end":"2019-07-30"}
But this also give me result the unassigned tasks. How do i create filter which only show tasks are assigned to any user. in case if not assigned that task doesnt show.
Thanks,
Hardik
Hi Hardik, thanks for reaching out 🙂
I can see that you've already discussed this with our Advanced Support. Please let me know if you have any other questions, I'll be happy to discuss 🙌
Lisa Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Lisa Wrike Team member Become a Wrike expert with Wrike Discover
@Lisa I have the same question, I believe. I need a widget that shows all of certain tasks that are assigned to anyone. I have a widget that shows tasks to no one, i.e. unassigned. I know I can bubble in the box for all the people and teams in my org -- but that seems really impractical!
@Josh
I solve the issue by recommendation of one of the wrike member please check
"While there is no short value for parameter ?responsibles=[], you can put IDs of all users as in ?responsibles=[KUACF22V,KUACF2ZH] to show tasks assigned to anyone of the users with these IDs. The sample parameter filters tasks assigned to KUACF22V or KUACF2ZH. You will need to include IDs of all account users.
We received a similar request before, and I will add your query to tracking, so we could notify you if a simple value like "anybody" will become available for ?responsibles= parameter"
You can use GET /contacts endpoint to pull the IDs of all users and groups in your account. Please refer to API documentation about this method here: https://developers.wrike.com/documentation/api/methods/query-contacts.
Also, They told me they are including responsible array dynamically soon in update in their API, so we don't have to manually add this ids.
Thanks,
Hardik