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

{
    "ob_id": 43276,
    "computationComponent": [
        {
            "ob_id": 43274,
            "uuid": "8d6e1f181fb643f5a64f2a37d31c70fd",
            "title": "Computation for Lava Aerosol Gas and Trace Element data from the Fagradalsfjall 2021-2023 eruption, Iceland",
            "abstract": "Thermochemical equilibrium modelling performed on HSC Chemistry software for Lava Aerosol Gas and Trace Element data from the Fagradalsfjall 2021-2023 eruption, Iceland case study - See the paper https://essopenarchive.org/users/814040/articles/1215204-trace-element-emissions-vary-with-lava-flow-age-and-thermal-evolution-during-the-fagradalsfjall-2021-2023-eruptions-iceland for details",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 43275,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 14105,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/43278/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/43277/?format=api",
                    "relatedTo": {
                        "ob_id": 43275,
                        "uuid": "8d7117e260404891a85387f9a4652eb9",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14106,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/43280/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/43279/?format=api",
                    "relatedTo": {
                        "ob_id": 43275,
                        "uuid": "8d7117e260404891a85387f9a4652eb9",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/205808/?format=api"
    ]
}