/itemstatus

Details:  Item Status

URL:  https://yourlibrary.caiasoft.com/api/itemstatus/v1/{barcode}

HTTP Verb:  GET

Authorization Required:  

NameValueRequiredNotes
X-API-KeystringYessend in header

Parameters:  

NameValueRequiredNotes
barcodealphanumeric stringYesItem Barcode

Return Response:  

NameValueNotes
successtrue/false
errorstringAPI format/key errors only. Will only be filled in when success = false
barcodestringItem Barcode
statusstringItem Status (see Additional info for complete status list)
Note: if the API-Key provided does not have access to the collection to the item is in, an item restricted status will be returned in place of the actual item status. If you prefer the status to be "Item Not Found" (complete segregation of collections), please contact support.

Examples:  
API Call:

https://yourlibrary.caiasoft.com/api/itemstatus/v1/31234000023075



API Return:

{"success":true,"error":"","barcode":"31234000023075","status":"Out on Physical Retrieval on 08-02-2018"}


Full list of Statuses that can be returned