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

{
    "ob_id": 2580,
    "computationComponent": [
        {
            "ob_id": 1643,
            "uuid": "4fbd0bf886c043f0bc5634ac78fbfa51",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Upper Air Research Satellite (UARS)",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Upper Air Research Satellite (UARS).",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        },
        {
            "ob_id": 2545,
            "uuid": "f20b7a451ab74f5490ee5a1777a4100f",
            "title": "GEOS-1 multiyear assimilation deployed on NASA Global Modelling and Assimilation Office (GMAO)",
            "abstract": "This computation involved: GEOS-1 multiyear assimilation deployed on NASA Global Modelling and Assimilation Office (GMAO).  GEOS-1 is an assimilation system developped by NASA GMAO to produce the 4D Assimilation Monthly Mean Subset Data available on the CIDC cd-rom. The Global Modeling and Assimilation Office (GMAO) was formed from the Data Assimilation Office (DAO), which focused on atmospheric modeling and data assimilation, and the NASA Seasonal-to-Interannual Prediction Project (NSIPP), which focused on coupled (ocean-atmosphere-land-surface) climate modeling and prediction and on ocean and land data assimilation. In addition to developing, integrating and using these systems for research, GMAO routinely generates products for use by some of NASA's instrument teams and by the U.S. operational climate prediction centers (NOAA's National Centers for Environmental Prediction (NCEP) and the International Research Institute for Climate Prediction (IRI)). GMAO addresses the optimal use of satellite and in situ observations to generate research quality data sets for climate analyses and also for weather, climate, and air quality forecasts. Their modeling and assimilation research includes coupling to and assimilation of atmospheric chemistry and ocean biology and carbon.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1775/?format=api"
            ]
        },
        {
            "ob_id": 2575,
            "uuid": "58bc7ad88746427ba065abf200268f0d",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Solar Maximum Mission (SMM) satellite",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Solar Maximum Mission (SMM) satellite.  The Solar Maximum Mission (SMM) spacecraft was launched on February 14, 1980, near the height of the solar cycle, to enable the solar phsyics community to examine, in more physically meaningful detail than ever before, the most violent aspect of solar activity: flares. SMM recorded its final data in November, 1989.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 2579,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 888,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/2576/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/2577/?format=api",
                    "relatedTo": {
                        "ob_id": 2579,
                        "uuid": "b1fe2c4d4d5e48f9b1a7120bbb2eb027",
                        "short_code": "acq"
                    }
                }
            ]
        },
        {
            "ob_id": 2584,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 889,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1635/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/2583/?format=api",
                    "relatedTo": {
                        "ob_id": 2584,
                        "uuid": "f68fb1802a154ee386e6d005510b8edd",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}