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

{
    "ob_id": 43862,
    "uuid": "301bd8b1a6dc41efb86385754a515236",
    "title": "Non-linear AutoRegressive Moving Average with eXogenous inputs (NARMAX) systems identification (an interpretable form of machine learning) approach",
    "abstract": "Time series of standardised anomalies with respect to the normalisation period 1981-2010 were obtained for each dataset, covering sea ice cover, sea surface temperatures, tropical precipitation, sea level pressure, the stratospheric polar vortex, snow cover, sunspot activity, volcanic activity and carbon dioxide concentrations. In addition, using 500 hPa geopotential height data from the ERA5 reanalysis, time series of jet speed and latitude were derived and the top three principal empirical orthogonal functions of atmospheric circulation variability for the North Atlantic and European sector\r\n\r\nThe datasets are sets of standardised values and anomalies for different predictors of atmospheric circulation variability, which can be fed into NARMAX machine learning models to generate forecasts of the three leading empirical orthogonal functions of atmospheric circulation variability - roughly corresponding to the North Atlantic Oscillation (NAO), East Atlantic Pattern (EA) and Scandinavian Pattern (SCA). In the SF-NARMAX project these values were used to generate NARMAX forecasts for June, for July/August, and for meteorological winter (December/January/February), which were then compared with actual outcomes, to help assess the reliability of the NARMAX models.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}