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

{
    "ob_id": 37610,
    "uuid": "35e0af4b45ec43cdb28b3e0b21986d7b",
    "title": "Caption for Figure 5.33 from Chapter 5 of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6)",
    "abstract": "Carbon sink response in a scenario with net carbon dioxide (CO2) removal from the atmosphere. Shown are CO2 flux components from concentration-driven Earth system model (ESM) simulations during different emissions stages of SSP1-2.6 and its long-term extension: (a) Large net positive CO2 emissions; (b) small net positive CO2 emissions; (c), (d) net negative CO2 emissions; (e) net zero CO2 emissions. Positive flux components act to raise the atmospheric CO2 concentration, whereas negative components act to lower the CO2 concentration. Net CO2 emissions, land and ocean CO2 fluxes represent the multi-model mean and standard deviation (error bar) of four ESMs (CanESM5, UKESM1, CESM2-WACCM, IPSL-CM6a-LR) and one Earth system model of intermediate complexity (UVic ESCM; Mengis et al., 2020). Net CO2 emissions are calculated from concentration-driven ESM simulations as the residual from the rate of increase in atmospheric CO2 and land and ocean CO2 fluxes. Fluxes are accumulated over each 50-year period and converted to concentration units (ppm). Further details on data sources and processing are available in the chapter data table (Table 5.SM.6).",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}