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

{
    "ob_id": 8309,
    "computationComponent": [
        {
            "ob_id": 8306,
            "uuid": "a9267c06d22446a09e78cdb5a4efefa2",
            "title": "Computation for IASI level 1C data  deployed on Metop-B",
            "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\nv6-2N: Original processing years 2013\r\nv6-5N: Original processing years 2013\r\nv7-0N: Original processing years 2013 - 2014\r\nv7-1N: Original processing years 2014-2015\r\nv7-2N: Original processing years 2015\r\nv7-3N: Original processing years 2015-2017\r\nv7-4N: Original processing years 2017\r\nv8-0N Original processing years 2017 - 2019\r\nv8-2N Original processing years 2019 - ongoing",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 8308,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 2583,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8299/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8300/?format=api",
                    "relatedTo": {
                        "ob_id": 8308,
                        "uuid": "4b3bf76b9a4e4405afd10a639f6dc8b3",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}