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/13069/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 13069,
    "uuid": "3f21274cd3ba40d391b154f87bfc9f25",
    "title": "University of York's TEI 49 UV absorption O3 analyser",
    "abstract": "The Thermo 49 is a powerful, easy-to-use, UV photometric based ozone analyzer which offers increased specificity via its balanced optical system. User programmable software capabilities allows selection of the frequency at which internalzero/span activation and instrument calibrationchecks will occur. Additionally, field programmable measurement range settings can bestored in memory for subsequent recall. Extended troubleshooting diagnostics now provide instantaneous indication of instrumentoperating parameter, status including: Pressure, Flow, DC Supply Voltages, Optical BenchTemperature, Ozonator Power Supply Voltageand Lamp Voltage.\r\n\r\nThermo Environmental Instruments 49i UV absorption O3 analyser under AMF and currently operated by the University of Leeds. This is a ground-based laser-induced fluorescence instrument for detection of OH, HO2, and RO2 radicals. OH reactivity measurements using a laser flash-photolysis technique can be provided alongside the radical measurements. The instrument is housed in and operated from a custom-built 20 ft shipping container.",
    "keywords": "AMF, NCAS, Ozone",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8767/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12941/?format=api"
    ],
    "instrumentType": "instrument",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50006/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50011/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50009/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50005/?format=api"
    ]
}