/deaccessionedlist

Details:  Deaccessioned Item List

URL:  https://yourlibrary.caiasoft.com/api/deaccessionedlist/v1/{deafrom}/{deato}/{collection}/{includereaccessed}

HTTP Verb:  GET

Authorization Required:  

NameValueRequiredNotes
X-API-KeystringYessend in header

Parameters:  

NameValueRequiredNotes
deafromdate in YYYYMMDD formatYes
deatodate in YYYYMMDD formatYesRepeat deafrom date for one day. Field cannot be blank.
collectionalphanumeric stringYesSingle collection or Report Class (group of collections) accepted. Use “ALL” for all collections.
includereaccessionY/NYesY = Include items that have since been reaccessioned
N = Only list items that are still status DEA

Return Response:  

NameValueNotes
successtrue/false
errorstringAPI format/key errors only. Will only be filled in when success = false
countintCount of Barcodes deaccessioned
barcodesarrayList of barcodes deaccessioned in the date range queried
NOTE: If includereaccessed = "Y" this will include any not currently status DEA

Examples:  
API Call:

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



API Return:

{"success":true,"error":"", "count":6,"barcodes":["31742051589037", "31742030401619", "31742047810020", "31742103872648", "31742095278055", "31742811628693", "31742456844601"]}