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

{
    "ob_id": 32941,
    "computationComponent": [
        {
            "ob_id": 32939,
            "uuid": "ec4421f8744d414d95e23ba2b788bed0",
            "title": "Derivation of the ESA Ozone CCI ACE-FTS monthly zonal mean ozone profile data",
            "abstract": "The monthly zonal mean ozone profile data are based on  ACE-FTS Level 2 profiles (Bernath et al., 2005; Bernath, 2017), retrieved with the University of Toronto processor UoT v3.5/3.6 and included into the new version of the HARMonized datasets of OZone profiles (HARMOZ_ALT, Sofieva et al., 2013). A more detailed description of the MZM data processing and dataset parameters can be found in the README file with the data and in (Sofieva et al., 2017).",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": 32943,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 32940,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12591,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/20005/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/32942/?format=api",
                    "relatedTo": {
                        "ob_id": 32940,
                        "uuid": "aef67d6db6584dae9787a3942e0fd03c",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147110/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147111/?format=api"
    ]
}