Koha Test Wiki MW Canasta on Koha Portainer
Test major Koha Wiki changes or bug fixes here without fear of breaking the production wiki.
For the current Koha Wiki, visit https://wiki.koha-community.org .Patrons holds endpoint RFC
Jump to navigation
Jump to search
This RFC proposes a route to retrieve patron's holds. This is implemented on bug 27366.
The route itself is very simple, as all the object definitions are inherited from the existing
/holds
Actions and routes
The following table presents the current implementation, and the proposed changes.
Description | Action | Proposed path |
List holds | GET |
/patron/{patron_id}/holds |
Hold object definition
The object definition is the one from the /holds route