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

{
    "ob_id": 32709,
    "computationComponent": [
        {
            "ob_id": 32710,
            "uuid": "dcb605e6db9b41c3959153f5686d6302",
            "title": "Level 1 processing algorithm applied to Landsat 5 data",
            "abstract": "Landsat Collection 1 Level-1 data products are produced by the Landsat Product Generation System (LPGS). LPGS also generates the 16-bit Quality Assessment Band (QA) and an angle coefficient file that are included in the Level-1 product, as well as a Full Resolution Browse (FRB) and an 8-bit Quality Image. The system then delivers the data products and images to the online cache for distribution. The Landsat 5 TM data is processed to full Precision Terrain correction.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 27068,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 11996,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8246/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/7872/?format=api",
                    "relatedTo": {
                        "ob_id": 27068,
                        "uuid": "812b78639c2740f98090d73e5a8f938e",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145830/?format=api"
    ]
}