deprecated
Remove HTTP PUT method from /tickets/search endpoint
10 months ago by Tudor Plugaru
Starting February 9, HTTP method PUT
will not be allowed on /tickets/search
endpoint.
Depending on your specific requirements, you may choose from the following endpoints:
- GET API Tickets - Ideal if you need to retrieve tickets based on IDs or an existing view.-
- PUT API Views - Optimal if you need to retrieve tickets based on a provided view used for filtering. This endpoint is beneficial for more complex retrieval needs involving specific filtering criteria.