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

{
    "ob_id": 32126,
    "computationComponent": [
        {
            "ob_id": 32127,
            "uuid": "e19d06e0fbcd4e2fa396ac94f12fe5f7",
            "title": "Computation for data from the  IASI instrument deployed on Metop-C",
            "abstract": "This data set contains both the original processed data and reprocessed archive. in the following directories based on processing algorithm.  The version number indicates the computation/processor used by EUMETSAT to produce the data.  For further information on the version processor please see documentation on the EUMETSAT website\r\nv8-0N: Original processing years 2019\r\nv8-2N: Original processing years 2019 - being acquired on an ongoing basis",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 32128,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12442,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/32134/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8300/?format=api",
                    "relatedTo": {
                        "ob_id": 32128,
                        "uuid": "22d0f387ba5748c794006d18d94c2f57",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142487/?format=api"
    ]
}