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

{
    "ob_id": 39587,
    "uuid": "8a368690755e4d34989bdc2e76910935",
    "title": "Caption for Figure 7.10 from Chapter 7 of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6)",
    "abstract": "Global mean climate feedbacks estimated in abrupt 4xCO2 simulations of 29 CMIP5 models (light blue) and 49 CMIP6 models (orange), compared with those assessed in this Report (red). Individual feedbacks for CMIP models are averaged across six radiative kernels as computed in Zelinka et al. (2020). The white line, black box and vertical line indicate the mean, 66% and 90% ranges, respectively. The shading represents the probability distribution across the full range of GCM/ESM values and for the 2.5–97.5 percentile range of the AR6 normal distribution. The unit is W m–2°C–1. Feedbacks associated with biogeophysical and non-CO2 biogeochemical processes are assessed in AR6, but they are not explicitly estimated from general circulation models (GCMs)/Earth system models (ESMs) in CMIP5 and CMIP6. Further details on data sources and processing are available in the chapter data table (Table 7.SM.14)",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}