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

{
    "ob_id": 3879,
    "uuid": "d6d8b9cc7064480fa464e54c6bc70723",
    "title": "GISS-ModelE/Russell Coupled Atmosphere Ocean Model deployed on NASA Goddard Institute for Space Studies (GISS) (USA) computer",
    "abstract": "This computation involved: GISS-ModelE/Russell Coupled Atmosphere Ocean Model deployed on NASA Goddard Institute for Space Studies (GISS) (USA) computer.  The Goddard Institute of Space Studies ModelE/Russell model is run as a fully coupled ocean-atmosphere climate model.\r\n\r\nThe Goddard Institute of Space Studies ModelE/Russell model is run as a fully coupled ocean-atmosphere climate model.\r\nThe model explores how changes in the levels and locations of ozone precursor emissions, (such as nitrogen oxides NO and NO; referred to as NO, carbon monoxide (CO) and volatile organic compounds (VOCs), including methane, could a&amp;#64256;ect tropospheric ozone abundances, from the pre-industrial period to future projections.\r\n\r\nResearch at the NASA Goddard Institute for Space Studies (GISS) emphasizes a broad study of global change.\r\nThe climate modeling program at NASA GISS is primarily aimed at the development of three-dimensional general circulation models (GCMs) and coupled atmosphere-ocean models for simulating Earth's climate system.\r\n\r\nResearch at the NASA Goddard Institute for Space Studies (GISS) emphasizes a broad study of global change.\r\nThe climate modeling program at NASA GISS is primarily aimed at the development of three-dimensional general circulation models (GCMs) and coupled atmosphere-ocean models for simulating Earth's climate system.\r\nThe climate models that GISS has developed and operates include atmospheric general circulation models (AGCMs) and coupled atmosphere-ocean models. Such computer models numerically solve fundamental equations describing the conservation of mass, energy, momentum, etc. for each atmospheric gridbox, while taking into account the transfer of those quantities between gridboxes. They also consider, often in parameterized form, the physical processes within the boxes, including sources and sinks of these quantities.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2622/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2623/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2624/?format=api"
    ]
}