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

{
    "ob_id": 44114,
    "uuid": "c88f8e79c70f4d68b5232ab0384a81b7",
    "title": "EOCIS Ice Sheet Velocity, V1",
    "abstract": "These annual mosaics of ice velocity are generated from Sentinel-1 synthetic aperture radar (SAR) interferometric wide (IW) mode data. Measurements which are input these annual mosaics were generated using the intensity feature tracking method implemented with the GAMMA Remote Sensing software package. Georeferencing was completed within this processing chain using the NSIDC 1km Antarctic DEM (https://doi.org/10.5067/H0FQ1KL9NEKM) and the Reference Elevation Model of Antarctica version 1 (https://doi.org/10.5194/tc-13-665-2019) Annual mosaics are the mean of all available tracking results. For full details of the processing chain, please see: https://doi.org/10.1038/s41467-021-21321-1 and https://doi.org/10.1038/s41467-023-36990-3.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}