[Koha-bugs] [Bug 31794] REST API: GET endpoint for Authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 6 21:26:17 CET 2022


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

--- Comment #2 from Agustín Moyano <agustinmoyano at theke.io> ---
Created attachment 144458
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144458&action=edit
Bug 31794: Add REST endpoint to get an authority

To test:
1. Apply patch
2. Set RESTBasicAuth preference to true
3. Get the id of an authority
4. Make a GET request to /api/v1/authorities/{authid} with one of the following
content type header
  - application/json
  - application/marcxml+xml
  - application/marc-in-json
  - application/marc
  - text/plain
5. Check that you get the authority in the corresponding format
6. Sign off

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


More information about the Koha-bugs mailing list