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

{
    "ob_id": 43272,
    "computationComponent": [
        {
            "ob_id": 43271,
            "uuid": "e533e4eb715e4f26a350a31258a0f820",
            "title": "Calimnos",
            "abstract": "Calimnos is a multi-sensor satellite processing chain developed at Plymouth Marine Laboratory to observe lakes and other isolated waterbodies. It is built around per-pixel dynamic algorithm selection and blending to accommodate the wide optical diversity of lakes.  Processor versions >= 2 include per-pixel product uncertainty for key variables. Calimnos calls several external libraries including modules for pixel identification (SNAP Idepix) and atmospheric correction using Polymer by Hygeos.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 43270,
            "independentInstrument": [
                13182
            ],
            "instrumentplatformpair_set": []
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/205789/?format=api"
    ]
}