Item State

GET /api/.../itemrecords/{id}?view=state

Retrieves information regarding the state of the item.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the item record.
view string Yes Define this parameter in the request query string to get the details of the item. Possible Values: state

Response Information

Example
application/json, text/json
{
  "ItemStatusID": 6,
  "RecordStatusID": 1,
  "CollectionID": 2,
  "Holdable": false
}

HTTP Response Codes

Code Description
200 OK. Success
404 Record not found. Error