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

{
    "ob_id": 45103,
    "computationComponent": [
        {
            "ob_id": 45099,
            "uuid": "fa02152813cb4a988a2bfbbb9e37a2f3",
            "title": "Derivation of ESA Land Surface Temperature Climate Change Initiative: Daily land surface temperature from SLSTR (Sea and Land Surface Temperature Radiometer) on Sentinel 3A and Sentinel 3B, level 3 collated (L3C) global product, version 4.00",
            "abstract": "For more information on the retrieval algorithm used see the following paper: Ghent, D. J., Anand, J. S., Veal, K., Remedios, J. J. (2024). The operational and climate land surface temperature products from the Sea and Land Surface Temperature Radiometers on Sentinel-3A and 3B. Remote Sensing, 16, 3403. https://doi.org/10.3390/rs16183403",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 45100,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 14402,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/26990/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/19032/?format=api",
                    "relatedTo": {
                        "ob_id": 45100,
                        "uuid": "4e850b33e0444559b0896bb4664b0ad1",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/215902/?format=api"
    ]
}