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

{
    "ob_id": 34166,
    "uuid": "4afe6ab5acd64a47b3ed9c183f52f2d8",
    "title": "the EC-Earth-Consortium team running: experiment highres-future using the EC-Earth3P model.",
    "abstract": "The the EC-Earth-Consortium team team consisted of the following agencies: La Agencia Estatal de MeteorologĂ­a (AEMET), Barcelona Supercomputing Centre (BSC), Institute of Atmospheric Sciences and Climate (CNR-ISAC), Danish Meteorological Institute (DMI), Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Finnish Meteorological Institute (FMI), Helmholtz Centre for Ocean Research Kiel (Geomar), Irish Centre for High-End Computing (ICHEC), International Centre for Theoretical Physics (ICTP), Instituto Dom Luiz (IDL), Institute for Marine and Atmospheric research Utrecht (IMAU), Portuguese Institute for Sea and Atmosphere (IPMA), KIT Karlsruhe Institute of Technology, Royal Netherlands Meteorological Institute (KNMI), Lund University, Met Eireann, The Netherlands eScience Center (NLeSC), Norwegian University of Science and Technology (NTNU), University of Oxford, SURFsara, Swedish Meteorological and Hydrological Institute (SMHI), Stockholm University, Unite ASTR, University College Dublin, University of Bergen, University of Copenhagen, University of Helsinki, University of Santiago de Compostela, Uppsala University, University of Utrecht, Vrije Universiteit Amsterdam and Wageningen University.the EC-Earth-Consortium team running the \"coupled future 2015-2050 using a scenario as close to CMIP5 RCP8.5 as possible within CMIP6\" (highres-future) experiment using the EC-Earth3P model. See linked documentation for available information for each component.",
    "keywords": "CMIP6, WCRP, climate change, EC-Earth-Consortium, EC-Earth3P, highres-future, 3hr, 6hrPlev, 6hrPlevPt, AERmon, Amon, CFday, E3hr, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, SIday, SImon, day, fx",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}