Get a list of Instrument objects. Instruments have a 1:1 mapping with Observations.

### Available end points:

- `/instruments/` - Will list all Instruments in the database
- `/instruments.json` - Will return all Instruments in json format
- `/instruments/<object_id>/` - Returns Instruments object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `title`
- `uuid`
- `keywords`
- `instrumentType`

### How to use filters:

- `/instruments/?title__startwith!=Instrument.title: DETAILS NEEDED`
- `/instruments/?uuid=c7fa005e2095425392b18adbd7b40617`
- `/instruments.json?instrumentType=radiometer`

GET /api/v2/instruments/25991/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 25991,
    "uuid": "6d73623cd3e548758018b52555ba5ef5",
    "title": "Birmingham: DRI Model 2015 Multiwavelength Thermal/Optical Carbon Analyzer",
    "abstract": "The DRI Model 2015 Multiwavelength Thermal/Optical Carbon Analyzer enhances the widely used for quantifying organic carbon (OC), elemental carbon (EC, also termed Black Carbon [BC]), and temperature-separated carbon fractions on aerosol filter deposits. Thermal/optical carbon analysis is based on the preferential oxidation of OC and EC materials under different temperatures and atmospheres. A ~0.5 cm2 punch from a particle-laden quartzfiber filter (or other sample form) is heated in programmed temperature steps. Organic compounds are liberated under a non-oxidizing helium atmosphere at lower temperatures up to 580 °C, while EC is combusted in an oxidizing atmosphere with 2% O2 at temperatures up to 840 °C. The liberated carbon is oxidized to carbon dioxide (CO2) by heated manganese dioxide (MnO2), and the CO2 is quantified by an NDIR detector. Seven modulated diode lasers measure the reflectance from, and transmittance through, each filter at wavelengths from 405 to 980 nm. ",
    "keywords": "",
    "identifier_set": [],
    "instrumentType": "other_instrument_type",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108703/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108704/?format=api"
    ]
}