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

{
    "ob_id": 46029,
    "computationComponent": [
        {
            "ob_id": 46031,
            "uuid": "8016a3183fcf44f5929be1993467b849",
            "title": "Derivation of ESA Land Surface Temperature Climate Change Initiative (LST_cci): Monthly Geostationary Operational Environmental Satellite - R series (GOES-R) level 3C (L3C) product (2018-2024), version 2.01",
            "abstract": "For more information on the retrieval algorithm used see the documentation on the LST CCI webpage",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 46032,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 14793,
                    "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/46037/?format=api",
                    "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/34749/?format=api",
                    "relatedTo": {
                        "ob_id": 46032,
                        "uuid": "72cde7107c5442879538c2e19d5bd123",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/220039/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/220040/?format=api"
    ]
}