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

{
    "ob_id": 27708,
    "uuid": "e0118026c51243aca67de54a777648bb",
    "title": "HadGEM3 GC2",
    "abstract": "The Hadley Centre Global Environmental Model version 3 at the Global Coupled model 2.0 (HadGEM3 GC2) configuration (Williams et al 2015). HadGEM3 GC2 has atmospheric resolution of 0.83° longitude by 0.55° latitude (about 60km at mid-latitudes), with 85 atmospheric levels, and an ocean resolution is 0.25° with 75 quasi-horizontal levels. The simulations are all prescibed with preindustrial CO2 and a 1850 climatological estimate of ozone.\r\n\r\nEach set is from the same initial conditions (ocean and ice initial conditions from the HadGEM3 GC2 simulation anude, year specified below)\r\nExperiment set 1 is comprised of:\r\nCONTROL EXPERIMENT (C)\r\nTSI = 1361\r\nLOWERED TSI EXPERIMENT (T)\r\nTSI lowered by 0.5\r\nUV PERTURBATION EXPERIMENT (U) \r\nTSI lowered by 0.5 plus P, UV lowered by P\r\nCOMPENSATION UV PERTURBATION (P).\r\nTSI lowered by 0.5, UV lowered by P, Compensatory increase in other spectral bands by total of P\r\nExperiment sets 2-4 are comprised of C, U and P, and experiment sets 5? 8 are comprised of C, T and U. \r\nSet 1: ar181 (C), as241 (T ), as838 (U), at451 (P), initialised from 2300 of anude\r\nSet 2: av313 (C), av314 (U), ax732 (P), initialised from 2390 of anude\r\nSet 3: ax378 (C), ay335 (U), az416 (P), initialised from 2350 of anude\r\nSet 4: ax610 (C), az258 (U), az780 (P), initialised from 2410 of anude\r\nSet 5: ba394 (C), ba397 (U),  bg183 (T), initialised from 2380 of anude\r\nSet 6: ba695 (C), bb689 (U),  bg162 (T), initialised from 2360 of anude\r\nSet 7: bc059 (C), bc456 (U),  bg189 (T), initialised from 2320 of anude\r\nSet 8: bd385 (C), bd389 (U),  bg190 (T), initialised from 2360 of anude}",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}