I need to filter my REST API GET results. I found the document "Filter and sort API objects" (https://developer.atlassian.com/bitbucket/api/2/reference/meta/filtering#supp-endpoints) saying that I can send a filter. I built up my URI as the following
/2.0/repositories/{username}/{slug}/src?q=title+%3D+%22geraldTest%22
but I am getting a 500 error. (I also tried name instead of title.)