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

{
    "ob_id": 28244,
    "computationComponent": [
        {
            "ob_id": 28243,
            "uuid": "b7d30f0de38b414fb5deefce4e17cab0",
            "title": "FIDUCEO: AVHRR Lake and Sea Surface Temperature Climate Data Record V1.0",
            "abstract": "The FIDUCEO AVHRR FCDR for MetOp-A has updated calibration parameters which have been harmonised using SNO (Simultaneous Nadir Overpass) matches using the AATSR as a reference as well as corrections for some of the dominant error sources. The Ensemble version has had corrections to two of the calibration parameters (this bias term and the emissivity correction term) to improve SSTs retrieved using the FIDUCEO brightness temperatures when compared to the drifting buoy network. It therefor has mixed references, one a satellite reference and another a virtual reference consisting of radiative transfer modelled brightness temperatures derived using the SST in-situ reference data.\r\n\r\nFor full information and links to software please see the documentation section",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 28091,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12261,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8207/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8451/?format=api",
                    "relatedTo": {
                        "ob_id": 28091,
                        "uuid": "44678a0f3db246c9afd4d3c92d3659c3",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}