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
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