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

{
    "ob_id": 30196,
    "computationComponent": [
        {
            "ob_id": 30195,
            "uuid": "b67d618c878646289fc8cc7482f919ee",
            "title": "Computation for Defra and JNCC Sentinel-1 Analysis Ready Data",
            "abstract": "Sentinel-1 GRD products processed into a backscatter product using ESA SNAP. Processing included the following steps: apply orbit file, border and thermal noise removal, radiometric calibration, multilook, terrain correction using either the Aerial Photography Great Britain (APGB) 10m resolution DEM or the Ordnance Survey Northern Ireland (OSNI) 10m resolution DEM, radiometric normalisation (Kellndorfer approach, Kellndorfer et al., 1998) and refined Lee speckle filter. Data is outputted on a linear scale in dB. A final reprojection is applied to transform the data to either OSGB1936 (EPSG:27700) or TM65/Irish Grid (EPSG:29902) using GDAL. The processed product is stacked, containing VV_dB in Band 1 and VH_dB in Band 2. Please see individual image metadata for the versions of software used in processing.",
            "keywords": "",
            "inputDescription": 13,
            "outputDescription": 14,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 12318,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 4316,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/12319/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/12313/?format=api",
                    "relatedTo": {
                        "ob_id": 12318,
                        "uuid": "f95b77f14a554727a1975802b25ad8a7",
                        "short_code": "acq"
                    }
                }
            ]
        },
        {
            "ob_id": 20018,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 10863,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/20017/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/12313/?format=api",
                    "relatedTo": {
                        "ob_id": 20018,
                        "uuid": "c28a3a6627354dd19363ac971116b0d8",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130447/?format=api"
    ]
}