ILS-DI GetRecord service shows up the number of issues for an item but it may be nice as well to provide the number of holds waiting. Needed for portal softwares which allows to place a holds. (Users may want to know if the hold might be available quick or not)
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