List ILL Statuses

GET /api/.../illstatuses

Return a list of all ILL statuses in the system.

Response Information

Example
application/json, text/json
[
  {
    "ILLStatusID": 3,
    "Description": "Active",
    "InternalDescription": "Active"
  },
  {
    "ILLStatusID": 16,
    "Description": "Cancelled",
    "InternalDescription": "Cancelled"
  },
  {
    "ILLStatusID": 1,
    "Description": "Inactive",
    "InternalDescription": "Inactive"
  },
  {
    "ILLStatusID": 10,
    "Description": "Received",
    "InternalDescription": "Recd-Held"
  },
  {
    "ILLStatusID": 11,
    "Description": "Received",
    "InternalDescription": "Recd-Transferred"
  },
  {
    "ILLStatusID": 12,
    "Description": "Received",
    "InternalDescription": "Recd-Satisfied"
  },
  {
    "ILLStatusID": 13,
    "Description": "Received",
    "InternalDescription": "Recd-Used"
  },
  {
    "ILLStatusID": 14,
    "Description": "Received",
    "InternalDescription": "Recd-Unused"
  },
  {
    "ILLStatusID": 15,
    "Description": "Returned",
    "InternalDescription": "Returned"
  },
  {
    "ILLStatusID": 5,
    "Description": "Shipped",
    "InternalDescription": "Shipped"
  }
]

HTTP Response Codes

Code Description
200 OK. Success