https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20028
Johanna Räisä <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #25 from Johanna Räisä <[email protected]> --- (In reply to Lari Taskula from comment #22) > Another issue is how far do we want to expand the results? As an example, a > patron has checked out items, do we return just the itemnumbers or should we > expand the item object such that eventually we have the biblio itself (it > might be interesting to know, say, the biblio.title)? I suppose expanding it > all the way to biblio_metadata.metadata would be pretty hardcore? If we return only itemnumbers then the item data have to be fetched from items-endpoint. It is not very efficient to have hundreds of API calls to get rest of the data. I think it is better to have at least an expanded endpoint for more information. Pagination options are mandatory since the return data be massive. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
