Cataloging Services

List of Cataloging Services instructions

GET /api/.../cataloginginstructions

Return a list of all cataloging service instructions in the system.

Response Information

Example
application/json, text/json
[
  {
    "CatServInstrID": 1,
    "CatServInstr": "None",
    "BISACCode": "0"
  },
  {
    "CatServInstrID": 2,
    "CatServInstr": "Full processing",
    "BISACCode": "1"
  },
  {
    "CatServInstrID": 3,
    "CatServInstr": "Partial processing",
    "BISACCode": "2"
  },
  {
    "CatServInstrID": 4,
    "CatServInstr": "Supply kits with item",
    "BISACCode": "3"
  },
  {
    "CatServInstrID": 5,
    "CatServInstr": "Prepare cards for each title",
    "BISACCode": "4"
  },
  {
    "CatServInstrID": 6,
    "CatServInstr": "Other specifications apply",
    "BISACCode": "5"
  },
  {
    "CatServInstrID": 7,
    "CatServInstr": "No action. Standard instructions on file are true for this line item",
    "BISACCode": " "
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request