Disability Options

Get Disability Options

GET /api/.../readerservices/disability?orgid={orgid}&includeEmptyObject=true

Return a list of all disability options for an individual organization. Include the '(none)' entry for a user listbox or combobox.

Request Information

Parameters
Name Type Required Description
orgid Integer No Filter by organization Id.
includeEmptyObject Boolean No Set to 'true' to return an empty object with DeliveryRouteID set to '0' and Description set to '(none)'. This may be used when populating a listbox for a user selection. Must be used with the orgid parameter.

Response Information

Example
application/json, text/json
[
  {
    "ORSDisabilityID": 0,
    "Description": "(None)"
  },
  {
    "ORSDisabilityID": 6,
    "Description": "Hearing impaired"
  },
  {
    "ORSDisabilityID": 7,
    "Description": "Legally blind"
  },
  {
    "ORSDisabilityID": 11,
    "Description": "Physical handicap"
  },
  {
    "ORSDisabilityID": 8,
    "Description": "Wheelchair"
  }
]