[Koha] Koha REST API Functionalities

Magnus Enger magnus at libriotech.no
Mon Oct 25 20:33:44 NZDT 2021


Den 24.10.2021 19:36, skrev Aswin Unnikrishnan:
> Hi,
> 
> Does Koha Rest API support all functionalities of the SIP2 server?
> 
> I wanted to use APIs to replace some functionalities currently implemented
> with SIP2 like check-in, checkout etc.
> 
> I searched the API documentation but did not find any for check-in or
> checkout

The capabilities of the REST API will depend on the version of Koha you 
are running. As described here:
https://wiki.koha-community.org/wiki/Koha_REST_API_Users_Guide
the REST API is self documenting.

In the example linked to there you will find several routes mentioning 
"checkout", so that part is covered, at least in that version and above.

There is no mention of "checkin" or "return" (just "return_claims"). So 
that part is missing. There is a bug for it:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24401
but no code yet.

Best regards,
Magnus
Libriotech AS


More information about the Koha mailing list