[Koha-bugs] [Bug 34211] Add +strings for GET /api/v1/biblios/:biblio_id/items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 6 14:10:16 CEST 2023


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

--- Comment #7 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 153093
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=153093&action=edit
Bug 34211: Add +strings for GET /api/v1/biblios/:biblio_id/items

Allow to embed stringified version of attributes for the "Get items for
a biblio" endpoint

Test plan:
curl -u koha:koha --request GET 'http://localhost:8081/api/v1/biblios/47/items'
--header "Content-Type: application/json" --header "x-koha-embed: +strings" |
jq

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


More information about the Koha-bugs mailing list