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 .

Items pickup locations endpoint RFC

From Koha Test Wiki MW Canasta on Koha Portainer
Jump to navigation Jump to search

This RFC proposes a way to fetch allowed pickup locations for an item (as returned by `Koha::Item->pickup_locations`). This is implemented on bug 27931

Actions and routes

The following table presents proposed implementation.

Description Action Proposed
Get allowed pickup locations
 GET
 /items/{item_id}/pickup_locations?patron_id=<THE patron ID>


Discussion