Inventory
Number of APIs: 4
- 
Count Instances GET {{baseUrl}}/instance-storage/instances?limit=0 
- 
Find items by Location and Call number Prefix from STORAGE GET {{baseUrl}}/item-storage/items?limit=300&query=(effectiveCallNumberComponents.prefix=="REPLACE WITH CALL NUMBER START RANGE*" and effectiveLocationId =REPLACE WITH LOCATION ID) sortBy effectiveShelvingOrder 
- 
Find Location by Discovery Display Name GET {{baseUrl}}/locations?query=(discoveryDisplayName == "REPLACE WITH DISCOVERY DISPLAY NAME") 
- 
Count Items by Location GET {{baseUrl}}/inventory/items?limit=0&query=(effectiveLocationId == "REPLACE WITH LOCATION ID" NOT discoverySuppress==true)