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 |
---|
language | js |
---|
title | Request - Item Information |
---|
linenumbers | true |
---|
|
{
"itemBarcodes": [
"PULTST54330" // Item Barcode. Common across Storage GFALocation IMS LASSystem, ILS and SCSB
],
"itemOwningInstitution": "PULInstitution" // Item owning institution code. Possible values are PUL, CUL and NYPL.
} |
...