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

{
    "ob_id": 46089,
    "computationComponent": [
        {
            "ob_id": 46090,
            "uuid": "0102936866ec4ee3a8afecc000d5b345",
            "title": "Computation for ESA Precursors Climate Change Initiative (Precursors_cci): OMI monthly mean level 3 tropospheric nitrogen dioxide (NO2) version 1.0 October 2004 - March 2021",
            "abstract": "Data were generated by spatiotemporally averaging operational OMI L2 NO2 QA4ECV version 1 data.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 45687,
            "independentInstrument": [
                4119
            ],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 14821,
                    "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/3883/?format=api",
                    "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/4119/?format=api",
                    "relatedTo": {
                        "ob_id": 45687,
                        "uuid": "19b697d2d5e04244b796fdd55c2a5786",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/220179/?format=api"
    ]
}