List MFHD Issue Statuses

GET /api/.../mfhdstatuses

Return list of all MFHD (MARC Format for holdings Data) issue statuses in the system.

Response Information

Example
application/json, text/json
[
  {
    "StatusID": 1,
    "StatusDesc": "Received"
  },
  {
    "StatusID": 2,
    "StatusDesc": "Expected"
  },
  {
    "StatusID": 3,
    "StatusDesc": "Pending Claim"
  },
  {
    "StatusID": 4,
    "StatusDesc": "Claimed"
  },
  {
    "StatusID": 5,
    "StatusDesc": "Not Available"
  },
  {
    "StatusID": 6,
    "StatusDesc": "Never Published"
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE. Bad request