I am not able to apply filters to the defects list. Is there a way to get the filtered defects list using REST API ?
qcbin/rest/domains/{domain}/projects/{project}/defects/259
Above URL gives me details about the defect 259.
How to get all defects having Status= {Assigned,Open,SIT-Ready,UAT-Ready,Rejected} and detected-in-rel = Sprint1
Yes, you have to use query
parameter into your URL.
Check Filtering Section of official docs for details