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

{
    "ob_id": 26141,
    "uuid": "6e6bf8ba72b9495398b444e10d68b6e8",
    "title": "UKCP18 Probabilistic Climate Projections for the UK Administrative Regions",
    "abstract": "The probabilistic projections combine information from several collections of earth system climate models, including the HadCM3 family of Met Office Hadley Centre climate models, and earth system climate models from other climate centres contributing to CMIP5 (Coupled Model Intercomparison Project Phase 5) and the 5th Assessment Report of the Intergovernmental Panel on Climate Change (IPCC, 2013).\n\nThe leading sources of modelling uncertainty in the atmosphere, land surface, ocean, sulphur cycle, and terrestrial carbon cycle components of the climate system are sampled, and simulated responses are weighted by the likelihood for predicting a large multivariate set of climate observables. Observationally constrained uncertainty estimates for ranges of future climate are provided in the form of probability distribution functions or large sets of probabilistic realizations, for the RCP2.6, RCP4.5, RCP6.0, RCP8.5 and SRES-A1B emission-driven scenarios. \n",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}