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

{
    "ob_id": 46189,
    "uuid": "b3498a1d22c24787abf59b7684f8b6d6",
    "title": "JULES-Peat",
    "abstract": "JULES-Peat modifies the peatland scheme in the Joint UK Land Environment Simulator (JULES), the land surface component of the UK Earth System Model. In particular, JULES-Peat changes the vegetation litter composition and the dependence of peat decay on soil moisture. \r\n\r\nThe modifications are informed by field measurements and comparing the simulated peat accumulation and loss over 20,000 years with peat core records, including the “Ghost Interval” period when reduced precipitation starting ~5,000 years before present resulted in significant peat loss. JULES-Peat is driven with a reconstruction of precipitation from peat core proxy data and other meteorological data from a global palaeoclimate model. \r\n\r\nThe original JULES peatland scheme was unable to accumulate the observed quantities of peat or simulate the losses of peat suggested by palaeo records. This updated version of JULES simulates peat increases until 3,000 BP, when reduced precipitation results in substantial loss until 1,000 BP.\r\n\r\nThe JULES-Peat code is available on the Met Office Science Repository Service (requires registration for an account): https://code.metoffice.gov.uk/trac/jules/browser/main/branches/dev/eleanorburke/vn6.2_accumulate_soil",
    "keywords": "CongoPeat, Tropical Peatlands, Carbon Store, JULES-Peat Model, Paleo Climate Simulations, Vulnerability of Peatlands, Central Congo Basin, NE/R016860/1",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}