Inventory

Number of APIs: 4

  1. Count Instances GET {{baseUrl}}/instance-storage/instances?limit=0

  2. 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

  3. Find Location by Discovery Display Name GET {{baseUrl}}/locations?query=(discoveryDisplayName == "REPLACE WITH DISCOVERY DISPLAY NAME")

  4. Count Items by Location GET {{baseUrl}}/inventory/items?limit=0&query=(effectiveLocationId == "REPLACE WITH LOCATION ID" NOT discoverySuppress==true)