Item Status
SCSB uses the IMS Item Status API to check the status of item in the IMS and process accordingly for any requests, such as Retrieval, Recall or EDD. The API is also used in the Refile process and Status Reconciliation process. This API is called whenever there is a need to check the status of an item in the Storage Location IMS System.
The IMS will accept JSON-encoded REST GET calls to retrieve the status of an item. Given a barcode, the itemStatus API will return the item’s owner and a string describing the item’s status in the IMS system.
Request - Item Status |
---|
API End Point : /sharedCollection/itemAvailabilityStatus |
Code Block | ||||
---|---|---|---|---|
| ||||
{ "itemStatus": [ { "itemBarCode": "string" } , { "itemBarCode": "string" } ... ] } |
...