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

{
    "ob_id": 32951,
    "computationComponent": [
        {
            "ob_id": 32949,
            "uuid": "21dc87fc7da349239858a7e804dccb4b",
            "title": "Derivation of the ESA  Ozone CCI MIPAS monthly zonal mean ozone profile data",
            "abstract": "The monthly zonal mean ozone profile data are based on  MIPAS Level 2 profiles retrieved with the Karlsruhe Institute of Technology processor KIT/IAA V7R_O3_240 (von Clarmann et al., 2003; 2009) 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 MIPAS Monthly zonal mean data can be found in the README and in (Sofieva et al., 2017).",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": 32943,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 11449,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 3946,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/846/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/11447/?format=api",
                    "relatedTo": {
                        "ob_id": 11449,
                        "uuid": "f9c56f83e09845029eac0ac84f256d60",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147139/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147140/?format=api"
    ]
}