[Koha-bugs] [Bug 17005] REST API: add routes to list checkouts history

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 5 16:44:37 CEST 2016


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

--- Comment #9 from Lari Taskula <larit at student.uef.fi> ---
Good work with the patch, Jiří!

I will sign-off, but first I would like to present some thoughts:
- Should we also allow user to access his own checkout history even if he does
not have circulate_remaining_permissions? I think this would need to consider
syspref 'opacreadinghistory'. Similar to Bug 13895.

- If GET /checkouts/history returns only issue_ids, should we come up with a
way to GET multiple issue_id's in one request? Say a client wants to display
all old checkouts for a patron on with detailed information for each checkout;
He makes a GET to /checkouts/history?borrowernumber=123. 1000 issue_ids are
returned. The question is, is it better to individually GET
/checkouts/history/1 ... /checkouts/history/1000 or do one request GET
/checkouts/history?issue_id=1+2+3+...+999+1000 ? Same like availability has in
Bug 16826.

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


More information about the Koha-bugs mailing list