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

{
    "ob_id": 34656,
    "uuid": "8360662a470d427a8f52431d96c01d5f",
    "title": "Caption for Figure 2.6 from Chapter 2 of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6)",
    "abstract": "Global mean atmospheric mixing ratios of select ozone-depleting substances and other greenhouse gases. Data shown are based on the CMIP6 historical dataset and data from NOAA and AGAGE global networks. PFCs include CF4, C2F6, and C3F8, and c-C4F8; Halons include halon-1211, halon-1301, and halon-2402; other HFCs include HFC-23, HFC-32, HFC-125, HFC-143a, HFC-152a, HFC-227ea, HFC-236fa, HFC-245fa, and HFC-365mfc, and HFC-43-10mee. Note that the y-axis range is different for (a), (b) and (c) and a 25 parts per trillion (ppt) yardstick is given next to each panel to aid interpretation. Further data are in Annex III and 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": []
}