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

{
    "ob_id": 33436,
    "computationComponent": [
        {
            "ob_id": 33435,
            "uuid": "fdc12089c12b4c6984b3c2fff32bc324",
            "title": "Retrieval algorithm for the ESA Sea Level Climate Change Initiative (Sea_level_cci): Arctic Sea Level Anomalies from ENVISAT and SARAL/Altika satellite altimetry missions (by CLS/PML)",
            "abstract": "The retrieval of sea level in the Arctic sea ice covered region requires specific processing steps of the satellite altimetry measurements. For this dataset, a specific radar waveform classification method has been applied based on a neural network approach, and the waveform retracking is based on a new adaptive retracking that is able to process both open ocean and peaky echoes measured in leads without introducing any bias between the two types of surfaces. Editing and mapping processing steps have been optimized for this dataset",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 33434,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12660,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/846/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/13692/?format=api",
                    "relatedTo": {
                        "ob_id": 33434,
                        "uuid": "c721934aea5447ab819c14cfb25ecd8b",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12661,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/26738/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/26737/?format=api",
                    "relatedTo": {
                        "ob_id": 33434,
                        "uuid": "c721934aea5447ab819c14cfb25ecd8b",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149275/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149276/?format=api"
    ]
}