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

{
    "ob_id": 40122,
    "uuid": "bcc6df7ca83544de8e352f4b290deed8",
    "title": "Caption for Figure Atlas.2 from Chapter Atlas of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6)",
    "abstract": "WGI reference regions used in the (a) AR5 and (b) AR6 reports (Iturbide et al., 2020). Asterisks indicate regions that extend across both sides of the map. The latter includes both land and ocean regions and it is used as the standard for the regional analysis of atmospheric variables in the Atlas chapter and the Interactive Atlas. The codes used in the Interactive Atlas are included in the figure. The full description of the regions (grouped by continents) is as follows. North America: NWN (North-Western North America), NEN (North-Eastern North America), WNA (Western North America), CNA (Central North America), ENA (Eastern North America); Central America: NCA (Northern Central America), SCA (Southern Central America), CAR (Caribbean); South America: NWS (North-Western South America), NSA (Northern South America), NES (North-Eastern South America), SAM (South American Monsoon), SWS (South-Western South America), SES (South-Eastern South America), SSA (Southern South America); Europe: GIC (Greenland/Iceland), NEU (Northern Europe), WCE (Western and Central Europe), EEU (Eastern Europe), MED (Mediterranean); Africa: MED (Mediterranean), SAH (Sahara), WAF (Western Africa), CAF (Central Africa), NEAF (North Eastern Africa), SEAF (South Eastern Africa), WSAF (West Southern Africa), ESAF (East Southern Africa), MDG (Madagascar); Asia: RAR (Russian Arctic), WSB (West Siberia), ESB (East Siberia), RFE (Russian Far East), WCA (West Central Asia), ECA (East Central Asia), TIB (Tibetan Plateau), EAS (East Asia), ARP (Arabian Peninsula), SAS (South Asia), SEA (South East Asia); Australasia: NAU (Northern Australia), CAU (Central Australia), EAU (Eastern Australia), SAU (Southern Australia), NZ (New Zealand); Antarctica: WAN (Western Antarctica), EAS (Eastern Antarctica). The definition of the regions and companion notebooks and scripts are available at the Atlas repository (Iturbide et al., 2021). Figure from Iturbide et al. (2020).",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}