Get a list of ProcedureComputation objects. ProcedureComputations have a 1:1 mapping with Observations where used.
These may have a number of 2 or more components made up of combinations of Computation and Acquisition records.
The details of the underlying records have been serialised.

### 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:

None
### How to use filters:

None

GET /api/v2/composites/19061/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 19061,
    "computationComponent": [
        {
            "ob_id": 5539,
            "uuid": "4f4c586a22dc49f98a38359660c8d711",
            "title": "ECHAM4 ocean coupled general circulation model deployed on Max Planck Institute für Meteorologie computing facility",
            "abstract": "This computation involved: ECHAM4 ocean coupled general circulation model deployed on Max Planck Institute für Meteorologie computing facility.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3633/?format=api"
            ]
        },
        {
            "ob_id": 5544,
            "uuid": "d1b14400d2714f1a90acd1cdfd1bbfda",
            "title": "CSIRO-Mk2 Global Circulation Model deployed on Commonwealth Scientific and Industrial Research Organisation computing facility",
            "abstract": "This computation involved: CSIRO-Mk2 Global Circulation Model deployed on Commonwealth Scientific and Industrial Research Organisation computing facility.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3638/?format=api"
            ]
        },
        {
            "ob_id": 5552,
            "uuid": "98b7d6d6d60e489d95122b900111aad3",
            "title": "CGCM2 Canadian Global Coupled Model Version 2 deployed on Canadian Centre for Climate Modelling and Analysis computing facility",
            "abstract": "This computation involved: CGCM2 Canadian Global Coupled Model Version 2 deployed on Canadian Centre for Climate Modelling and Analysis computing facility.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3645/?format=api"
            ]
        },
        {
            "ob_id": 7452,
            "uuid": "10c5108e23554417a30bf69733c6e4d1",
            "title": "Hadley Centre Coupled Model 3 (HadCM3) deployed on unknown computer",
            "abstract": "This computation involved: Hadley Centre Coupled Model 3 (HadCM3).",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        },
        {
            "ob_id": 11523,
            "uuid": "e84beffe4fa640249df4a4412590070d",
            "title": "NCAR-PCM Parallel Climate Model deployed on National Centre for Atmospheric Research (USA) computing facility",
            "abstract": "This computation involved: NCAR-PCM Parallel Climate Model deployed on National Centre for Atmospheric Research (USA) computing facility.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7643/?format=api"
            ]
        }
    ],
    "acquisitionComponent": [],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}