Summary: | No way to get the holds count on an item from ILS-DI? | ||
---|---|---|---|
Product: | Koha | Reporter: | Arthur Suzuki <arthur.suzuki> |
Component: | Web services | Assignee: | Arthur Suzuki <arthur.suzuki> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | blawlor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Arthur Suzuki
2020-11-26 12:20:30 UTC
This might not be exactly the same, but with GetRecords and a bib id you can make a call like: https://{domain}/cgi-bin/koha/ilsdi.pl?service=GetRecords&id={bib#} The response includes a <reserves> element with a <reserve> for each hold. Each <reserve> contains <found> with a code 'W' indicate hold waiting for pickup. 'T' indicates in transit. Hello Brendan, Thank you for your reply, this fixes my issue :) Best, Arthur |