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

{
    "ob_id": 3873,
    "uuid": "f5f8b63c430541b39229dd24921f4368",
    "title": "ECHAM/MESSy Atmospheric Chemistry (EMAC)  Numerical Model System deployed on DLR (German Institute for Atmospheric Physics) Computers",
    "abstract": "This computation involved: ECHAM/MESSy Atmospheric Chemistry (EMAC)  Numerical Model System deployed on DLR (German Institute for Atmospheric Physics) Computers.  ECHAM/MESSy Atmospheric Chemistry (EMAC) numerical model system is a climate model with atmospheric chemistry modules, run in atmosphere-only mode; i.e. the model is driven by sea-surface temperature (SST) and sea-ice concentrations (SICs).\r\n\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  tropospheric ozone abundances, from the pre-industrial period to future projections.\r\n\r\nThe German Institute for Atmopsheric Physics (DLR) is based in Oberpfaffenhofen, Germany. It focusses on the research of the physical and chemical processes of the troposphere and lower stratosphere. The global climate model ECHAM has been developed at the DLR, and based on ECHAM, more complex interactively coupled model systems have been developed, including other components of the climate system: Ocean-Atmosphere models, atmosphere models including the sulfur cycle, etc.\r\n\r\nSeveral model versions are currently used operationally: ECHAM4 has been used since 1996, ECHAM5 has been made available at the begin of 2004. ECHAM4 has also been available with higher vertical resolution (ECHAM4.L39(DLR)) or with an upward shifted model top at 0.1 hPa (MA-ECHAM4).\r\nECHAM is used to simulate the development of global weather (temperature, wind, clouds, etc.), using a spatial resolution of between 300 km and 500 km and a time step of between 20 min and 40 min, depending on model version.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2614/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2615/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2616/?format=api"
    ]
}