/refiledlist

Details:  Refiled Item List

URL:  https://yourlibrary.caiasoft.com/api/refiledlist/v1/{accfrom}/{accto}/{collection}

HTTP Verb:  GET

Authorization Required:  

NameValueRequiredNotes
X-API-KeystringYessend in header

Parameters:  

NameValueRequiredNotes
reffromdate in YYYYMMDD formatYes
reftodate in YYYYMMDD formatYesRepeat reffrom date for one day. Field cannot be blank.
collectionalphanumeric stringYesSingle collection or Report Class (group of collections) accepted. Use “ALL” for all collections.

Return Response:  

NameValueNotes
successtrue/false
errorstringAPI format/key errors only. Will only be filled in when success = false
countintCount of Barcodes returned to location in list
barcodesarrayList of barcodes refiled in the date range queried

Examples:  
API Call:

https://yourlibrary.caiasoft.com/api/refiledlist/v1/20180227/20180228/ALL



API Return:

{"success":true,"error":"", "count":6,"barcodes":["31142032205059", "31142041972533", "31142049776753", "31142053199769", "31142048728904", "31142044333816"]}