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

{
    "ob_id": 44698,
    "computationComponent": [
        {
            "ob_id": 44683,
            "uuid": "43dba09585b84c8d9ca195191fe5f0dd",
            "title": "Derivation of the ESA Land Surface Temperature Climate Change Initiative (LST_cci): Daily land surface temperature from AVHRR/3 (Advanced Very High Resolution Radiometer /3) on NOAA-15, NOAA-16, NOAA-17, NOAA-18 and NOAA-19",
            "abstract": "The dataset was produced by the University of Leicester (UoL) and LSTs were retrieved using a two channel Generalised Split Window retrieval algorithm and data were processed in the UoL processing chain.\r\n\r\nFor more information on the retrieval algorithm used see the documentation on the LST CCI webpage:  https://climate.esa.int/en/projects/land-surface-temperature/",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 44693,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 14349,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/27175/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1817/?format=api",
                    "relatedTo": {
                        "ob_id": 44693,
                        "uuid": "8c57156a1fb146d7a1b0bf1a708c9fe3",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214020/?format=api"
    ]
}