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

{
    "ob_id": 46225,
    "computationComponent": [
        {
            "ob_id": 46224,
            "uuid": "adfa933a3a8942baa81855f3bcf22051",
            "title": "Alice Holt Forest Drone data computation 2023",
            "abstract": "The data have been processed to radiances using a python conversion tool which is given within\r\nthe dataset (Piccolo_Radiometric_Conversion_Tool.py). Data are provided as both .nc and .csv files. The XXX_irradiance.csv files contain irradiances (W cm-2 nm-1) are organized by wavelength (nm) and acquisition time, with five samples at each wavelength. The XXX_radiance.csv files contain a radiance (W sr-1 cm-2 nm-1) for each wavelength.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 46223,
            "independentInstrument": [
                46222
            ],
            "instrumentplatformpair_set": []
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/220704/?format=api"
    ]
}