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

{
    "ob_id": 38229,
    "uuid": "6bf86cbf824a42ffa3ae27d3b714bda4",
    "title": "Caption for Figure TS.9 from the Technical Summary of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6)",
    "abstract": "Changes in well-mixed greenhouse gas (WMGHG) concentrations and effective radiative forcing (EFR). The intent of this figure is to show that the changes of the main drivers of climate system over the industrial period are exceptional in a long-term context. (a) Changes in carbon dioxide (CO2) from proxy records over the past 3.5 million years. (b) Changes in all three WMGHGs from ice core records over the Common Era. (c) Directly observed WMGHG changes since the mid-20th century. (d) Evolution of ERF and components since 1750. Further details on data sources and processing are available in the associated FAIR data table. {2.2, Figures 2.3, 2.4 and 2.10}",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}