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

{
    "ob_id": 43926,
    "computationComponent": [
        {
            "ob_id": 43927,
            "uuid": "d5a40c7e64a24b52ad7a8b77bb72f020",
            "title": "Derivation of the ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Gravimetric Mass Balance from GRACE data (CSR RL06), derived by DTU Space, v3.0",
            "abstract": "Estimates of mass change have been derived based on inversion methods developped at DTU Space.\r\n\r\nThe underlying L2 monthly gravity field solutions used in the derivation were generated by the Center for Space Research (University of Texas at Austin) primarily using K-Band ranging, accelerometer and GPS observations acquired by the GRACE and GRACE-FO twin-satellite missions.\r\n\r\n For more information see the linked documentation.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 43928,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 14266,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/32693/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/32695/?format=api",
                    "relatedTo": {
                        "ob_id": 43928,
                        "uuid": "8bb01a67b7cf40a3b299ee5ca4a78abc",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14267,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/32694/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/32695/?format=api",
                    "relatedTo": {
                        "ob_id": 43928,
                        "uuid": "8bb01a67b7cf40a3b299ee5ca4a78abc",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209956/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209957/?format=api"
    ]
}