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

{
    "ob_id": 44252,
    "uuid": "ed655ef13f64459e8665436a7661dcd6",
    "title": "GloSATMAT computation",
    "abstract": "The temperature values are taken from version 3.0.0 of the International Comprehensive Ocean-Atmosphere Data Set (ICOADS) for the period 1880-2014 and from version 3.0.2 of ICOADS thereafter. The ship data have been adjusted to reduce the effects of varying thermometer heights and the effects of artificial heating biases. The data have been adjusted from their respective recording heights to a reference height of 2m. The air temperature readings have been subjected to a quality-control procedure and values that fail these tests have been excluded. Duplicate values have also been excluded. Additional adjustments have been applied to the data during the Second World War to account for non-standard thermometer exposures on some ships.\r\n\r\nThe adjusted data have been aggregated into monthly mean values in each grid-cell; uncertainty estimates of these gridded values are also provided. The data have not been interpolated across missing grid boxes. In addition to the absolute temperature values, the gridded data also contain anomalies that are expressed with respect to 1961-90 climatological averages.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}