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

{
    "ob_id": 19243,
    "uuid": "dc6486e002b4462b82066ad9eb7a3790",
    "title": "Surface Radiation Budget",
    "abstract": "SRB results are generated using two different algorithms. The two methods use different approaches.  Both methods apply spectral and angular corrections (based on Nimbus-7 Earth Radiation Budget (ERB) and Earth Radiation Budget Experiment (ERBE) results) which are not included in the original ISCCP data.  They also separate surface from aerosol effects which is not included in ISCCP. Each method uses its own cloud algorithm which has been compared with experimental data from a number of regions.  The Satellite Data Analysis Center (SDAC) also compares basic SRB results with the limited amount of ground truth data that are available.  The user may have increased confidence in the SRB results for those cells wherein the two methods obtain values that differ only slightly. Caution is suggested for those cells where the two methods differ by a large amount.\r\n",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}