Koha Test Wiki Canasta - March 2024
One of a series of test instances for migrating the Koha Wiki MediaWiki database.
For the current Koha Wiki, visit https://wiki.koha-community.org .Patrons holds endpoint RFC
Revision as of 19:14, 8 March 2021 by Tomascohen (talk | contribs) (Created page with "This RFC proposes a route to retrieve patron's holds. This is implemented on [https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27366 bug 27366]. The route itself is ver...")
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