<<

NAME

Koha::REST::V1::Items - Koha REST API for handling items (V1)

API

Methods

list

Controller function that handles listing Koha::Item objects

list_public

Controller function that handles listing Koha::Item objects available to the opac

get

Controller function that handles retrieving a single Koha::Item

delete

Controller function that handles deleting a single Koha::Item

get_bookings

Controller function that handles retrieving item's bookings

pickup_locations

Method that returns the possible pickup_locations for a given item used for building the dropdown selector

bundled_items

Controller function that handles bundled_items Koha::Item objects

add_to_bundle

Controller function that handles adding items to this bundle

remove_from_bundle

Controller function that handles removing items from this bundle

<<