Bug 23449 - Get available pickup locations from REST API
Summary: Get available pickup locations from REST API
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Lari Taskula
QA Contact:
URL:
Keywords:
Depends on: 16826
Blocks:
  Show dependency treegraph
 
Reported: 2019-08-11 16:51 UTC by Lari Taskula
Modified: 2022-06-06 20:24 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 2021-10-18 17:03:22 UTC
We added similar routes on bug 27931 and bug 27932.