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

{
    "ob_id": 37652,
    "uuid": "cf0a50cd069243d580024a0467f8d178",
    "title": "Caption for Figure 11.3 from Chapter 11 of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6)",
    "abstract": "Regional mean changes in annual hottest daily maximum temperature (TXx) for AR6 land regions and the global land area (except Antarctica), against changes in global mean surface air temperature (GSAT) as simulated by Coupled Model Intercomparison Project Phase 6 (CMIP6) models under different Shared Socio-economic Pathway (SSP) forcing scenarios, SSP1-1.9, SSP1-2.6, SSP2-4.5, SSP3-7.0, and SSP5-8.5. Changes in TXx and GSAT are relative to the 1850–1900 baseline, and changes in GSAT are expressed as global warming level. (a) Individual models from the CMIP6 ensemble (grey), the multi-model median under three selected SSPs (colours), and the multi-model median (black); (b) to (l) Multi-model median for the pooled data for individual AR6 regions. Numbers in parentheses indicate the linear scaling between regional TXx and GSAT. The black line indicates the 1:1 reference scaling between TXx and GSAT. See Atlas.1.3.2 for the definition of regions. Changes in TXx are also displayed in the Interactive Atlas. For details on the methods, see Supplementary Material 11.SM.2.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}