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

{
    "ob_id": 5916,
    "uuid": "82140f38f23d4f3aa882699778a4b346",
    "title": "High Resolution Global Environmental Model (HiGEM) deployed on HPCx",
    "abstract": "This computation involved: High Resolution Global Environmental Model (HiGEM) deployed on HPCx.  The model code itself is based on the weather forecasting model of the Met Office. It solves forms of the Navier Stokes equations and simulates the many complex processes in the atmosphere, ocean, ice and land surface.\n\nThe HIGEM code was developed in the NERC community from Unified Model Version V6.1, and involved improving the resolution and a number of bug fixes.\nThe atmosphere of HiGEM is 30 km deep with 38 vertical levels, L38. The horizontal resolution is 1.25 degrees of longitude by 0.83 degrees of latitude, N144, which produces a global grid of 288 by 217 grid cells.  The oceanic component of HiGEM is 5 km deep with 40 vertical levels. The horizontal resolution is 0.333 degrees of longitude by 0.333 degrees of latitude, which produces a global grid of 1082 by 540 grid cells. The HPCx system comprises 160 IBM POWER5 eServer nodes, i.e. 2560 processors, delivering 15.36 TeraFlop/s peak, or 12.9 TeraFlops/s sustained (as rated in the Top500 list). The system is equipped with 5.12 TByte of memory and 72 TByte of disk.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3849/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3850/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3851/?format=api"
    ]
}