https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33960 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |blawlor@clamsnet.org --- Comment #40 from Brendan Lawlor <blawlor@clamsnet.org> --- I tried to test this, but I can't figure out how to format the query for the biblios endpoint. I can only make queries with the path parameters. Is there an example of what to put in the body of the request? I tried like this but get 500 error: curl --location --request GET 'http://localhost:8081/api/v1/biblios' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer ...' \ --data '{ "_page": 1, "_per_page": 10, "_match": "contains", "_order_by": [], "q": ["array", "of", "strings"] }' -- You are receiving this mail because: You are watching all bug changes.