[Koha-bugs] [Bug 30790] Add REST API route to list biblios

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 17 15:18:42 CEST 2022


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

--- Comment #1 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 135072
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135072&action=edit
Bug 30790: Add REST API route to list biblios

Examples:

GET /api/v1/biblios
GET /api/v1/biblios?q={"me.title": "foo"}
GET /api/v1/biblios?q={"biblioitem.isbn": "1-23-456789-0"}
GET /api/v1/biblios?_order_by=title

Test plan:
1. Try requesting this endpoint with your favorite API tool
2. Run `prove t/db_dependent/api/v1/biblios/list.t`

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list