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

{
    "ob_id": 32764,
    "computationComponent": [
        {
            "ob_id": 26519,
            "uuid": "179a8c9a1cd2402cb3d753071b0606a7",
            "title": "Level 2 processing algorithm applied to Sentinel 1 raw data, Instrument Processing Facility (IPF) version 3",
            "abstract": "Level-2 consists of geo-located geophysical products derived from Level-1. Level-2 Ocean (OCN) products for wind, wave and currents applications may contain the following geophysical components derived from the SAR data:\r\n- Ocean Wind field (OWI)\r\n- Ocean Swell spectra (OSW)\r\n- Surface Radial Velocity (RVL)\r\nThe availability of components depends on the acquisition mode. The OSW component cannot be generated from IW and EW mode, since individual looks with sufficient time separation are required. The obtained inter look time separation within one burst is too short due to the progressive scanning (i.e. short dwell time).\r\n\r\nThe metadata referring to OWI are derived from an internally processed GRD product. The metadata referring to RVL (and OSW, for SM and WV mode) are derived from an internally processed SLC product.\r\n\r\nFor more information on the changes for this processing version please see the Sentinel 1 document libary under the docs tab.",
            "keywords": "Synthetic Aperture Radar, Sentinel 1, Level 1, algorithm, SAR",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "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/146209/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146211/?format=api"
    ]
}