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

{
    "ob_id": 26906,
    "computationComponent": [
        {
            "ob_id": 26910,
            "uuid": "cb0903908c3145029f39299f417a159d",
            "title": "QA4ECV computation to produce polar sea-ice data",
            "abstract": "This dataset was created using a specially processed MISR sea ice albedo product (that was generated at Langley Research Center using Rayleigh correction) combining this with a cloud mask of a sea ice mask product, MOD29, which is derived from the MODerate Resolution Imaging Spectroradiometer (MODIS), which is also, like MISR, onboard the Terra satellite.\r\n\r\nFour daily sea ice products have been created, each with a different averaging time window (24 h, 7 days, 15 days, 31 days). For each time window, the number of samples, mean and standard deviation of MISR cloud-free sea ice albedo is calculated. These products are on a predefined polar stereographic grid at three spatial resolutions (1 km, 5 km, 25 km).",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 26907,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 11962,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/10897/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/10972/?format=api",
                    "relatedTo": {
                        "ob_id": 26907,
                        "uuid": "a6d1307175b642868bc2e9dc207bbf0a",
                        "short_code": "acq"
                    }
                }
            ]
        },
        {
            "ob_id": 26908,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 11963,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/10897/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/10898/?format=api",
                    "relatedTo": {
                        "ob_id": 26908,
                        "uuid": "a4fa0ef63d3b4f0faf25761935af8de2",
                        "short_code": "acq"
                    }
                }
            ]
        },
        {
            "ob_id": 26909,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 11964,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/10897/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/10898/?format=api",
                    "relatedTo": {
                        "ob_id": 26909,
                        "uuid": "b3b98a8c683a435a8a62d2d016eecb8a",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112950/?format=api"
    ]
}