Retrieve one item.

GET /catalog/api/v1/locations/xdoc/shelflistitems/i801412?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/hal+json
Vary: Accept

{
    "_links": {
        "self": {
            "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/xdoc/shelflistitems/i801412"
        },
        "item": {
            "href": "http://libuiapps.library.unt.edu/catalog/api/v1/items/i801412"
        },
        "location": {
            "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/xdoc"
        }
    },
    "id": "i801412",
    "recordNumber": "i801412",
    "rowNumber": 153993,
    "callNumber": "Y 10.9:T 57",
    "callNumberType": "sudoc",
    "volume": null,
    "copyNumber": 1,
    "barcode": "1001065287",
    "status": "AVAILABLE",
    "statusCode": "-",
    "dueDate": null,
    "suppressed": false,
    "datetimeCreated": "1996-08-16T02:59:15Z",
    "datetimeUpdated": "2024-12-04T21:59:41Z",
    "shelfStatus": null,
    "inventoryNotes": null,
    "inventoryDate": null,
    "flags": null
}