https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27100 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |blawlor@clamsnet.org --- Comment #1 from Brendan Lawlor <blawlor@clamsnet.org> --- 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. -- You are receiving this mail because: You are watching all bug changes.