Manage Item Record - Data Retrieval

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

Retrieve the following data fields for manage item record dialog without requiring item data access permission:

  1. Collection
  2. Shelf Location
  3. Material Type
  4. Non-Public note
  5. Library Assigned block
  6. Free text block

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 manage item record data. Possible Values: itemview

Response Information

Example
application/json, text/json
[
    "ItemRecordID": 1161839,
    "AssignedCollectionID": 1,
    "AssignedCollectionName": "Adirondack Collection",
    "ShelfLocationID": 1,
    "ShelfLocationDescription": "Ams and Arg",
    "MaterialTypeID": 2,
    "MaterialTypeDescription": "New / Popular Book",
    "AssignedBlockID": 2,
    "AssignedBlockDescription": "Check Contents",
    "FreeTextBlock": "free text block"
]

HTTP Response Codes

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