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

{
    "ob_id": 26605,
    "computationComponent": [
        {
            "ob_id": 26607,
            "uuid": "17e38b85b0c546799f21bf640b5c219c",
            "title": "Along Track Scanning Radiometers combined Surface Temperature (AAST) dataset (v2.1) algorithm",
            "abstract": "The AAST Combined Surface Temperature dataset (CST_L3S_v2.1) has been produced by the University of Leicester.   The algorithm combines products produced by the following projects :  Ice (and snow) Surface Temperatures (ISTs) and Land Surface Temperatures (LSTs) used to produce this dataset are sourced from the GlobTemperature Level 2 LST V2.1 product;  Sea Surface Temperature (SSTs) are from the ATSR SST L2P V3.0 product.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 26606,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 11921,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/7813/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8097/?format=api",
                    "relatedTo": {
                        "ob_id": 26606,
                        "uuid": "1a76d161e8c3409cb75509c7f6fb0461",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 11922,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/846/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8076/?format=api",
                    "relatedTo": {
                        "ob_id": 26606,
                        "uuid": "1a76d161e8c3409cb75509c7f6fb0461",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111832/?format=api"
    ]
}