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

{
    "ob_id": 45752,
    "computationComponent": [
        {
            "ob_id": 45751,
            "uuid": "7f5b810bdb1c4745ad019733c04c138f",
            "title": "Computation process of the gridded nitrogen dioxide (NO2) monthly Level 3 data from GOME/ERS-2",
            "abstract": "The GOME/ERS-2 NO2 Level 3 product was generated using the QA4ECV v1.1 Level 2 product. Only quality-screened Level 2 data were included, applying optimized filtering criteria to ensure data reliability. Monthly Level 3 products were produced by spatial binning onto a regular latitude–longitude grid using an area-weighted averaging approach. The weighting and count vectors are used to consistently apply this weighted averaging during the Level 3 gridding, enabling the calculation of mean values and associated uncertainties.\r\n\r\nDetailed information on the Level 3 algorithm can be found in the Algorithm Theoretical Basis Document (ATBD).\r\n\r\nThe version number is 1.0. The data are provided in NetCDF format.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 45753,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 14666,
                    "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/7813/?format=api",
                    "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/45730/?format=api",
                    "relatedTo": {
                        "ob_id": 45753,
                        "uuid": "8fe00df1ce11438aa28f35b5acda1718",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218648/?format=api"
    ]
}