Hi All, I have a problem while I'm trying to get filtered data from API, I have configured an API method so I can have all the tickets without any problem, but when I add a filter so I can get only closed or opened tickets, It still shows all the tickets instead of the filtered ones, here is an image:
And below an image of a ticket with "closed": false, when the url ask for ticket.closed=true
Maybe there is an error in the way a do the call, I searched for any example in the REI3 docs but I didn't find it
http://localhost:14000/api/lsw_tickets/get_tickets/v1?ticket.closed=true
Would you give me an example of how to call correctly a method filtering, or how to correctly add a filter in the builder app, or both if I made a mistake in both processess,
Today I can get all the tickets, or get ticket by id without any problem, Please your help!
As always.... Thank you all!!!