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

{
    "ob_id": 41219,
    "computationComponent": [
        {
            "ob_id": 41215,
            "uuid": "63273e9e0da44216ba0e6323dc0ef9b8",
            "title": "OptiSAIL retrieval",
            "abstract": "The retrieval model OptiSAIL is built around the established components 4SAILH (Scattering of Arbitrarily Inclined Leaves, with 4-stream extension and hot-spot), PROSPECT-D (simulation of leaf spectra, version D including senescence; Féret et al., 2017), TARTES (Two-streAm Radiative Transfer in Snow; Libois et al., 2013), with the addition of an empirical soil reflectance model, a semi-empirical soil moisture model (Philpot, 2010), the Ross-Thick-Li-Sparse BRDF model, and a cloud contamination simulation.",
            "keywords": "OptiSAIL, canopy, LAI, fAPAR",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": 41220,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 41218,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 13831,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/39314/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/39313/?format=api",
                    "relatedTo": {
                        "ob_id": 41218,
                        "uuid": "722a08d1f95149e2a3e4cf691090a80d",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 13832,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/39318/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/39317/?format=api",
                    "relatedTo": {
                        "ob_id": 41218,
                        "uuid": "722a08d1f95149e2a3e4cf691090a80d",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 13833,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/41217/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/41216/?format=api",
                    "relatedTo": {
                        "ob_id": 41218,
                        "uuid": "722a08d1f95149e2a3e4cf691090a80d",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/200382/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/200383/?format=api"
    ]
}