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

{
    "ob_id": 14361,
    "computationComponent": [
        {
            "ob_id": 14362,
            "uuid": "135cc60ba6104af49295972a78d49df9",
            "title": "HadRT2.3 Computation",
            "abstract": "HADRT2.3 is a globally complete dataset based on HadRT2.1 1958-2000, but with gaps filled in by reference to the second derivative of the corresponding NCEP reanalysis temperature fields, using the Laplacian technique. See Reynolds (1988) paper in docs section.\r\n\r\nHadRT2.1 is in turn based on HadRT2.0 but with bias corrections. That is, anomalies are calculated with respect to 1971-1990 climatology and are calculated for each of about 200 sonde stations worldwide and grid values derived from these and then bias corrections are made to many station time series world-wide. The adjustments were calculated by reference to MSU data products, but only for known changes in instrumental or operational procedures for the period post 1979.",
            "keywords": "Met Office, HADRT, radiosonde, temperature anomalies, Hadley",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8799/?format=api"
            ]
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 2211,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 804,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/2210/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/912/?format=api",
                    "relatedTo": {
                        "ob_id": 2211,
                        "uuid": "3ed2010b4e5245d8abd75c65199a1960",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8800/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55752/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55753/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148620/?format=api"
    ]
}