Item History

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

Retrieves information regarding the actions taken with 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: history

Response Information

Example
application/json, text/json
[
    {
    "ActionTaken": "Modified via Cataloging",
    "ActionTakenID": 9,
    "AssignedBranch": "Johnsburg Library, Town of",
    "AssignedBranchID": 60,
    "ComputerName": "Zhang-W7",
    "InTransitBranch": "Johnsburg Library, Town of",
    "InTransitRecvdBranchID": 60,
    "NewItemStatus": "In-Transit",
    "NewItemStatusID": 6,
    "OldItemStatus": "In-Transit",
    "OldItemStatusID": 6,
    "OrganizationID": 90,
    "PatronBarcode": null,
    "PatronFullName": null,
    "PatronID": 0,
    "PolarisUserID": 516,
    "PolarisUserName": "Zhang",
    "TransactingBranch": "Saratoga Springs Public Library",
    "TransactionDate": 2013-12-19T13:45:23.427-05:00,
    "WorkstationID": 15
    }
    {
    "ActionTaken": "Barcode replaced via Check In",
    "ActionTakenID": 38,
    "AssignedBranch": "Johnsburg Library, Town of",
    "AssignedBranchID": 60,
    "ComputerName": "SYSTEM",
    "InTransitBranch": "Johnsburg Library, Town of",
    "InTransitRecvdBranchID": 60,
    "NewItemStatus": "In-Transit",
    "NewItemStatusID": 6,
    "OldItemStatus": "In-Transit",
    "OldItemStatusID": 6,
    "OrganizationID": 3,
    "PatronBarcode": null,
    "PatronFullName": null,
    "PatronID": 0,
    "PolarisUserID": 1,
    "PolarisUserName": "PolarisExec",
    "TransactingBranch": "Amsterdam Free Library",
    "TransactionDate": 2013-10-17T11:40:08.817-04:00,
    "WorkstationID": 1
    }
]

HTTP Response Codes

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