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

{
    "ob_id": 926,
    "uuid": "6e543ad4c35d4e7f845bd3aca82401fb",
    "title": "UK-Japan Climate Collaboration (UJCC) Model Matrix deployed on Earth Simulator Supercomputer",
    "abstract": "This computation involved: UK-Japan Climate Collaboration (UJCC) Model Matrix deployed on Earth Simulator Supercomputer.  UJCC is making use of a broad group of models in order to systematically explore the role and value of resolution in climate system research: starting with the base N96 AOGCM (HadGEM1), an array of coupled and uncoupled models has been set up, in order to test hypotheses about the global impact of increasingly resolving the fundamental building blocks of climate. This model \"matrix\" will be an invaluable resource for understanding the impact of resolution in both atmosphere and ocean model components, and will help to guide future model development.\n\nAll these models have as their baseline science that of the initial reference HadGEM1a models used at the Hadley Centre. These build on the IPCC AR4 version of the model, and include various small improvements to the science and fixing of known problems. The ultra high-speed parallel computing system, \"Earth Simulator\" attained the best computing performance in the world according to the Linpack benchmark test. The result of this test of execution performance, 35.61 TFlops (trillion operations per second), was approved and the Earth Simulator was registered as the world' s fastest supercomputer by Dr. Jack J. Dongarra of the University of Tennessee, USA, who announced the world Linpack benchmark test results. The Earth Simulator supercomputer is housed at the Earth Simulator Center in Japan.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/646/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/647/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/648/?format=api"
    ]
}