I’m having issues wrapping my head around using pre-defined filters (such as updated_since, per_page, etc) and custom filters (/filter?query=…) at the same time.
To my understanding, if I wanted to obtain the first 50 tickets which are all sat in one particular agent group, my URI would be:
To my understanding, this should allow up to 50 tickets per page, and allow me to filter the ones I want which belong to group id 12345. However, I can’t seem to use these two filters together. Is it an either/or approach when it comes to filters like updated_since and per_page vs custom filters using queries?
It seems to work when running either of these two:
Hi, I tried combine filter + query for ticketing and I received a 404 , something like this: api/v2/tickets/filter?id=5&query=“status:2”. is it posible combine both?