Get a list of ProcedureComputation objects. ProcedureComputations have a 1:1 mapping with Observations.

### Available end points:

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

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `uuid`
- `title`
- `keywords`
- `abstract`

### How to use filters:

These filters can be used like django query filters using __ for related model relationships.

- `/computations/?uuid=d594d53df2612bbd89c2e0e770b5c1a0`
- `/computations/?title__startswith!=DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE`
- `/computations/?abstract__contains=HadCM3 model`

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

{
    "ob_id": 30280,
    "uuid": "b8d98cd4357d402eb1757ef95e7df1ac",
    "title": "Development version of Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL",
    "abstract": "All simulations in the historical scaled aerosol emissions ensemble were conducted with a development version of the HadGEM3-GC3.1-LL global climate model at N96-ORCA1 resolution, corresponding to 135 km resolution in mid-latitudes and 1º in the ocean (Williams et al., 2018). The low-resolution version of this model (used here) is documented in Kuhlbrodt et al. (2018). Information on the representation of aerosol processes and aerosol radiative forcing in this model can be found in Mulcahy et al. (2018). \r\n\r\nThe model is related to this model: http://catalogue.ceda.ac.uk/uuid/014568b39a754538a27e25f24e7f1fca\r\n\r\nThe only difference between the model version used here and the CMIP6 version linked above is in the treatment of prescribed ozone. In the development version (used for this dataset), there is a known issue that causes stratospheric ozone concentrations to occur in the upper troposphere as the tropopause rises with warming, causing a small amount of unphysical warming. This issue has been resolved in the UK's contribution to CMIP6 (Andrews et al., 2020 under review).",
    "keywords": "MOHC, HadGEM3-GC31-LL",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}