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

{
    "ob_id": 32953,
    "computationComponent": [
        {
            "ob_id": 32954,
            "uuid": "eb01c2e26aee45969ce71926e5070cb1",
            "title": "Derivation of the ESA Ozone CCI SCIAMACHY monthly zonal mean ozone profile data",
            "abstract": "The monthly zonal mean ozone profile data are based on  SCIAMACHY Level 2 profiles, retrieved with the \r\nUniversity of Bremen processor UBr v3.5 (Jia et al., 2015) and included into the new version of the HARMonized datasets of Ozone profiles (HARMOZ_ALT, Sofieva et al., 2013).\r\n\r\nA more detailed description of the GOMOS Monthly zonal mean data can be found in the README and in (Sofieva et al., 2017b).",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": 32943,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 8036,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 2532,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/846/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8029/?format=api",
                    "relatedTo": {
                        "ob_id": 8036,
                        "uuid": "fa6a8b1a91cf4a4cb78ac3aa64fd2659",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147143/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147144/?format=api"
    ]
}