Patrons holds endpoint RFC

From Koha Wiki
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