/itemloc

Details:  Item Location

URL:  https://yourlibrary.caiasoft.com/api/itemloc/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.
containerstring
addressstring
locationstringdash separated string of aisle, side, ladder, etc
footprintstring
container typestring
collectionstring
materialstring
accession datestring
last status updatestring

Examples:  
API Call:

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



API Return:

{"success":true,"error":"","item":[{"barcode":"31234000023075","status":"Item In at Rest","container":"DH29996","address":"35555","location":"3-R-10-7","footprint":"2","container_type":"DH","collection":"DEMO","material":"BOOK","accession date":"11-16-2019","last status update":"11-16-2019"}]}


Full list of Statuses that can be returned