API - Advanced Filters / Search
Jonas Both
I would love to be able to search and filter tasks through the API.
For instance, I'd like to search specific Tasks without needing to first fetch all tasks, which takes an eternity with lots of tasks.
Example: We have a naming convention of CUSTOMER | TITLE
Here I'd like to be able to search all CUSTOMER tasks.
I'd also like to be able to filter with relations. We have a task for each customer that is used as a relation in other tasks.
Being able to filter tasks by the ID of a related task would be a huge help. If I do that with the custom_fields filter query, I just get an Internal server error ITEMV2_003
Log In
N
Nathan Davies
Getting the same issue. Did you find a solution?
For anyone else who finds there way here. I got around this error by creating a view of the list filtered on the custom field. Then used the get view tasks endpoint to retrieve the tasks.
/view/:viewID/task