Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The item information API call is made internally by SCSB as part of the request API call. In case of recalls, SCSB needs to verify that the item is in a recallable state (Item is checked out by the previous requester). The item information API retrieves information on the circulation status from the ILS along with other information which is used to ascertain the eligibility as to whether the recall request is allowed.

Request - Item Information
 API End Point : /requestItem/itemInformation


Code Block
languagejs
titleRequest - Item Information
linenumberstrue
{
  "itemBarcodes": [
    "PULTST54330" // Item Barcode. Common across Storage Location IMS System, ILS and SCSB
  ], 
  "itemOwningInstitution": "Institution" // Item owning institution code. Possible values are PUL, CUL and NYPL.
}

...