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

{
    "ob_id": 19035,
    "computationComponent": [
        {
            "ob_id": 19034,
            "uuid": "255d30cc4ffd418fa31919f1c08db266",
            "title": "Level 2 processing algorithm applied to Sentinel 3 Sea and Land Surface Temperature Radiometer (SLSTR) raw data",
            "abstract": "This computation involves the Level 2 processing algorithm applied to raw Sea and Land Surface Temperature Radiometer (SLSTR) data. MORE INFORMATION TO FOLLOW",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 19031,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 10051,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/19017/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/19032/?format=api",
                    "relatedTo": {
                        "ob_id": 19031,
                        "uuid": "af8ab2c193c64a119d4be3f2fb9a3c36",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71639/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71640/?format=api"
    ]
}