List MFHD Categories

GET /api/.../mfhdcategories

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

Response Information

Example
application/json, text/json
[
  {
    "CategoryID": 1,
    "Description": "Basic Bibliographic Unit"
  },
  {
    "CategoryID": 2,
    "Description": "Index"
  },
  {
    "CategoryID": 3,
    "Description": "Supplementary Material"
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE. Bad request