Unanswered
Hi There!
I'M (Again) Having Trouble With The Lack Of Documentation Regarding Task.Get_Tasks(Task_Filter={Stuff}).
The Documentation Refers To Getallrequest, For Which I Couldn'T Find The Docs, And Reading The Code Was Only Partially Helpful.
So I'Ve Actu
Yeah, this support is still not very well documented (and we're working on replacing it with a better interface), but if you want AND/ALL
relation, you should do:tag_filtered_training_tasks = Task.get_tasks(task_filter={'tags': ["__$all", tag1, tag2, tag3], 'type': ['training']})
130 Views
0
Answers
3 years ago
one year ago