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

{
    "ob_id": 27642,
    "uuid": "9a33d1b3c6da4aeba3e530dd3efb03e3",
    "title": "Global Land Cover Maps, Version 2.0.7",
    "abstract": "The set of annual land cover (LC) maps are  derived from a unique baseline LC map which is generated thanks to the entire MERIS FR (Full Resolution) and RR (Reduced Resolution) archive from 2003 to 2012. Independently from this baseline, LC changes are detected at 1 km based on a time series of annual global classifications generated from AVHRR HRPT (1992 - 1999), SPOT-Vegetation (1999 - 2012) and PROBA-V (2013 - 2015). Systematic analysis of the temporal trajectory of each pixel allowed the depiction of the major changes for a simplified land cover typology matching the IPCC classes. These classes are: cropland, forest, grassland, wetlands, settlements and other lands; the latter class being further split into shrubland, sparse vegetation, bare area and water.\r\n\r\nWhen MERIS FR or PROBA-V time series are available, the changes detected at 1km are re-mapped at 300 meters. The last step consists in back- and up-dating the 10-year baseline LC map to produce the 24 annual LC maps from 1992 to 2015.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}