[Koha-bugs] [Bug 33960] Add ability to retrieve deleted biblios

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 25 21:46:16 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33960

Brendan Lawlor <blawlor at clamsnet.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |blawlor at clamsnet.org

--- Comment #40 from Brendan Lawlor <blawlor at 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.


More information about the Koha-bugs mailing list