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

{
    "ob_id": 34598,
    "uuid": "474129fea6864e5facefc8b92ad25043",
    "title": "Caption for CCB 2.3, Figure 1 from Chapter 2 of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6)",
    "abstract": "Changes in assessed historical surface temperature changes since AR5. (a) Summary of the impact of various steps from AR5 assessment warming-to-date number for 1880–2012 using a linear trend fit to the AR6 assessment based upon the difference between 1850–1900 and 2011–2020. Whiskers provide 90% (very likely) ranges. AR6 assessment in addition denotes additional warming since the period around 1750 AR6 assessment in addition denotes additional warming since the period around 1750 (Cross-Chapter Box 1.2). (b) Time series of the average of assessed AR5 series (orange, faint prior to 1880 when only HadCRUT4 was available) and AR6 assessed series (blue) and their differences (offset) including an illustration of the two trend fitting metrics used in AR5 and AR6. Further details on data sources and processing are available in the chapter data table (Table 2.SM.1).",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}