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

{
    "ob_id": 32174,
    "uuid": "a08cce2f20694595a78b5eec707fde0b",
    "title": "Sioutas Impactor",
    "abstract": "Cascade impactors: Cascade impactors size and collect particles through inertial impaction onto a series of stages. A filter is placed onto each stage to collect the PM. We used a 5-stage SKC Inc.  Sioutas impactor with Whatman and Zefluor PTFE filters (25 mm diameter on stages 1-4 and 37 mm diameter on stage 5, 0.2 µm pore size). Filters were acid-washed following the same procedure as described for filter packs. The Sioutas impactor resolves 5 size fractions between >2.5 µm and >0.25 µm at a flow rate of 9 l min-1. Airflow is created by an external pump with inbuilt battery (SKC Leland Legacy). The pumps had been calibrated prior to both campaigns by the manufacturer, with reported accuracy in the flow rate of 5%..",
    "keywords": "",
    "identifier_set": [],
    "instrumentType": "",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143059/?format=api"
    ]
}