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

Jiří Kozlovský <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53823|0                           |1
        is obsolete|                            |

--- Comment #2 from Jiří Kozlovský <[email protected]> ---
Created attachment 53824
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53824&action=edit
Bug 17007: REST API: add route to get biblio

Since there could be performance problems with retrieving all the
details from all the items belonging to an biblio, there is now
returned only a list of itemnumbers within an "items" key instead of
all the item's properties.

To obtain specific item's properties, use the provided itemnumber to
query REST API for items done by Lari Taskula in bug 16825

To test:
1. Open a browser tab on Koha staff and log in (to create CGISESSID
   cookie).
2. Send GET request to http://yourlibrary/api/v1/biblios/YYY
   where YYY is an existing biblionumber.
3. Make sure the returned data is correct.
4. Run unit tests in t/db_dependent/api/v1/biblios.t

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to