Bug 23449

Summary: Get available pickup locations from REST API
Product: Koha Reporter: Lari Taskula <lari.taskula>
Component: REST APIAssignee: Lari Taskula <lari.taskula>
Status: CLOSED WORKSFORME QA Contact:
Severity: enhancement    
Priority: P5 - low CC: arthur.suzuki, tomascohen
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23015
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18191
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 16826    
Bug Blocks:    

Description Lari Taskula 2019-08-11 16:51:25 UTC
We need a way to tell if we can use library as a hold pickup location via rest api. Patches attached in this Bug number aim to extend Bug 16826.
Comment 1 Arthur Suzuki 2019-08-12 07:07:45 UTC
Hi Lary,
I've made the same feature for ILS-DI WebService : https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23015

Didn't thought about REST API at the time, but it's the same feature, I think it would be great to have it ported to REST.

I've added a relation to my patch since I've provided a method "GetPickupLocation" in C4/ILSDI/Service.
Comment 2 Lari Taskula 2019-10-21 11:44:22 UTC
We have implemented this functionality into Koha-Finland fork and it is being tested by the National Library of Finland (actually they have it in production use already).

The problem is that our work is heavily dependent on Bug 16826 and would be blocked by it.

But the patches can be found here

https://github.com/KohaSuomi/Koha/pull/100
Comment 3 Tomás Cohen Arazi (tcohen) 2021-10-18 17:03:22 UTC
We added similar routes on bug 27931 and bug 27932.