Filtering API v3 GET /tickets results
To filter the retrieved list of tickets it is possible to use only the filters which are available in the agent panel.
Some filters, e.g. {"subject":"order"} work slightly differently than expected. Instead of searching for "subject equals order" it searches for "subject contains order", so it would find all tickets containing the word "order" in subject, e.g. tickets with the subject "Order #123", "Order #456", or even "Order-inquiry".
It is also possible to use the search parameter to do a f...