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

{
    "ob_id": 32244,
    "uuid": "b712474c4a8e415b9fa6877652acb93a",
    "title": "Compilation of the ESA Climate Change Initiative Sea Level Budget Closure",
    "abstract": "The compilation is a result from the Sea-level Budget Closure (SLBC_cci) project conducted in the framework of ESA’s Climate Change Initiative (CCI). \r\nData and methods underlying the time series are as follows:\r\n(a) satellite altimetry analysis by the Sea Level CCI project.\r\n(b) a new analysis of Argo drifter data with incorporation of sea surface temperature data; an alternative time series consists in an ensemble mean over previous global mean steric sea level anomaly time series.\r\n(c) analysis of monthly global gravity field solutions from the Gravity Recovery and Climate Experiment (GRACE) satellite gravimetry mission.\r\n(d) results from a global glacier model.\r\n(e) analysis of satellite radar altimetry over the Greenland Ice Sheet, amended by results from the global glacier model for the Greenland peripheral glaciers; an alternative time series consists of results from GRACE satellite gravimetry.\r\n(f) analysis of satellite radar altimetry over the Antarctic Ice Sheet; an alternative time series consists of results from GRACE satellite gravimetry.\r\n(g) results from the WaterGAP global hydrological model.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}