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

{
    "ob_id": 30496,
    "computationComponent": [
        {
            "ob_id": 30493,
            "uuid": "865de05d71e74ea9ac7694462ce38821",
            "title": "ACSIS AO SST Computation",
            "abstract": "Interpolation using Kriging to infill gaps and estimate uncertainties. The spatial covariance used in the Kriging was derived from the CCI SST analysis residuals (CCI SST analysis minus the CCI SST climatology). After interpolation, bias corrections derived from the HadSST.4.0.0.0 dataset are applied.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 30495,
            "independentInstrument": [],
            "instrumentplatformpair_set": []
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}