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

{
    "ob_id": 33047,
    "computationComponent": [
        {
            "ob_id": 31952,
            "uuid": "73978b5dd534435abd858c94603661f5",
            "title": "Computation of altimeter coastal sea level anomalies based on the XTRACK/ALES processing",
            "abstract": "The altimeter coastal sea level anomalies products are based on the XTRACK/ALES processing.  The products benefit from the spatial resolution provided by high-rate data, the Adaptive Leading Edge Subwaveform Retracker (ALES) and the post-processing strategy of the along-track (X-TRACK) algorithm, both developed for the processing of coastal altimetry data, as well as the best possible set of geophysical corrections.  \r\n\r\nFor details of the processing see the Algorithm Theoretical Baseline Document in the linked documentation.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 33046,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12619,
                    "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": 33046,
                        "uuid": "8d6bd3620bf24eefb63e86861c8d5eeb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12620,
                    "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": 33046,
                        "uuid": "8d6bd3620bf24eefb63e86861c8d5eeb",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147593/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147592/?format=api"
    ]
}