Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Sierra hold status for item not available on item from API. #56

Open
kenoir opened this issue Dec 5, 2019 · 4 comments
Open

Sierra hold status for item not available on item from API. #56

kenoir opened this issue Dec 5, 2019 · 4 comments

Comments

@kenoir
Copy link
Contributor

kenoir commented Dec 5, 2019

In order to properly report hold status we need to know if a hold has been placed!

@kenoir kenoir changed the title Sierra "hold" status for item not available on item from API. Sierra hold status for item not available on item from API. Dec 5, 2019
@pollecuttn
Copy link

@pollecuttn
Copy link

Innovative have confirmed it is the status in the hold object that's needed.

@pollecuttn
Copy link

Knowledge from the Sierra listserv:

If you're placing an item hold the status should be reflected immediately in the item status. But, if it's a bib hold you won't see an item status change until it's pulled.

We use bib level holds.

@pollecuttn
Copy link

III were asked: Using the holds object I can get the status of the hold.
How can I tell if an item has a hold without knowing the user who made the hold?

Answer:
This functionality is currently not available using the API. In Sierra 5.1, which is currently in beta, the Hold Count for both bibs and items can be requested. I've included an example below.
Request URL
https://sierra-beta.iii.com:443/iii/sierra-api/v6/items/1237639?fields=status%2Cbarcode%2CholdCount
Response Body

{
  "id": "1237639",
  "status": {
    "code": "!",
    "display": "ON HOLDSHELF"
  },
  "barcode": "31517003104011",
  "holdCount": 1
}

(Ticket #821359)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants