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

{
    "ob_id": 30084,
    "computationComponent": [
        {
            "ob_id": 30049,
            "uuid": "ba783f690ea84c7ab5586d8427380e9f",
            "title": "Frontier Research System for Global Change version of the University of California, Irvine Chemical Transport Model (FRSGC/UCI CTM) deployed on Lancaster University High-End Computing cluster.",
            "abstract": "Frontier Research System for Global Change version of the University of California, Irvine Chemical Transport Model (FRSGC/UCI CTM) as documented in Wild 2007.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": 30192,
            "identifier_set": []
        },
        {
            "ob_id": 30082,
            "uuid": "56491145e8884252ba8a0a1acc32384d",
            "title": "Goddard Institute for Space Studies Global Climate Model (GISS GCM) deployed on NASA High-End Computing resources at Goddard Space Flight Center.",
            "abstract": "Goddard Institute for Space Studies Global Climate Model (GISS GCM) as documented in Shindell et al., 2013.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": 30191,
            "identifier_set": []
        },
        {
            "ob_id": 30083,
            "uuid": "90e7f8e26f784376a076c61f0df427c3",
            "title": "Community Atmosphere Model with Chemistry (CAM-Chem) deployed on the Cheyenne supercomputer at the Computational and Information Systems Laboratory (CISL) at NCAR.",
            "abstract": "Community Atmosphere Model with Chemistry (CAM-Chem) as documented in Lamarque et al., 2012.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": 30190,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}