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

{
    "ob_id": 11078,
    "uuid": "d89de4fe539f43ac96b5c9a50f213898",
    "title": "ECHAM5 general circulation atmospheric model deployed on Max Planck Institute für Meteorologie computing facility",
    "abstract": "This computation involved: ECHAM5 general circulation atmospheric model deployed on Max Planck Institute für Meteorologie computing facility. It is a computer-Fortan95 stand-alone general circulation atmospheric model (GCAM). The model can also run as part of a coupled atmosphere ocean GCM, or in assimilation mode by linear relaxation (nudging). This model is developed by the Max Planck Institute for Meteorology, one of the research organisations of the Max Planck Society. The model was given its name as a combination of its origin (the 'EC' being short for 'ECMWF') and the place of development of its parametrisation package, Hamburg. Model MPI-ECHAM4 (1996) is the fourth in a series of models developed at MPI that originally derive from cycle 17 of the European Centre for Medium-Range Weather Forecasts (ECMWF) model. The ECHAM4 model's immediate predecessor is AMIP baseline model MPI ECHAM3 (1992). ECHAM5 is currently the most recent version of the ECHAM model. Compared to its predecessor, ECHAM4, it is more portable and because of both major and minor changes to the different parts of code that it uses, it produces a significantly different simulated climate.\r\nECHAM5 hosts sub-models going beyond the usual meteorological processes of a GCM as, Interception of snow by the canopy, heat budget of the soil, lake mode, .orbital variations, Sedimentation and cloud microphysics, etc.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7405/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7406/?format=api"
    ]
}