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

{
    "ob_id": 30534,
    "uuid": "07fae730332a41e1acc37d917574fb63",
    "title": "HadISDH.marine: gridded global ocean surface (~10 m) humidity dataset produced by the Met Office Hadley Centre",
    "abstract": "HadISDH utilises simultaneous sub-daily temperature and dew point temperature data from the International Comprehensive Ocean-Atmosphere Data Set (ICOADS) ship data. All humidity variables are calculated at hourly resolution. Quality control, buddy checking and bias adjustment is applied at hourly resolution to adjust all observations to an observing height of 10 m, accounting for changing ship heights over time, and to adjust all non-ventilated instruments to mitigate the moist bias. Gridded monthly means, monthly mean anomalies and 1981 to 2010 climatologies are created. \r\n\r\nSee Docs 'HadISDH.marine process diagram'. Observation measurement, climatological, whole number presence and bias adjustment uncertainties are estimated for each observation and then gridded. 5° by 5° gridboxes are centred on -177.5°W and -87.5°S to 177.5°E and 87.5°N. Given the uneven distribution of observations over time and space, sampling uncertainty is estimated for each gridbox month. \r\n\r\nFor greater detail please see: \r\n\r\nWillett, K. M., Dunn, R. J. H., Kennedy, J. J. and Berry, D. I.: Development of the HadISDH marine humidity climate monitoring dataset. Earth System Sciences Data, doi:10.5194/essd-12-2853-2020, 2020. \r\n\r\nDocs contains links to this publication.",
    "keywords": "HadISDH, humidity, surface, ocean, gridded, station, specific humidity, relative humidity, temperature, dewpoint temperature, wetbulb temperature, dewpoint depression, vapour pressure, in situ, homogenisation, quality control",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}