© 2024 Clarivate
GET /api/.../readerservices/equipment?orgid={orgid}&includeEmptyObject=true
Return a list of all equipment options for an individual organization. Include the '(none)' entry for a user listbox or combobox.
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. |
[
{
"ORSEquipmentID": 0,
"Description": "(None)"
},
{
"ORSEquipmentID": 4,
"Description": "CD player"
},
{
"ORSEquipmentID": 7,
"Description": "E-reader"
},
{
"ORSEquipmentID": 5,
"Description": "Tape player"
}
]