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

{
    "ob_id": 34691,
    "computationComponent": [
        {
            "ob_id": 34690,
            "uuid": "27a2d430de2e4f36bbb341eee55e9502",
            "title": "Post processing of station data at the University of Iceland and the University of Bergen",
            "abstract": "The vapour measurements averaged to 15 min time intervals. In total, the instrument operated on 60 days, with a total of 51.7 days of ambient air measurements. Uncertainty after calibration is 0.4, 2.0 and 1.8 for δO18, δD and the d-excess, respectively. The vapour isotope data are joined with the meteorological data from nearby automatic weather stations with a 15 min averaging time using the processing tool isofuse (naming: IGP2018_SNOWPACE_Husavik_station_data.nc; format: netcdf). Weather station data for the 7 closest automatic weather stations near the sampling transects are joined in a common data file at the original 10 min time resolution (naming: IGP2018_vedur_met_stations.nc; format: netcdf). Results from precipitation and surface snow sample analysis for water isotopes from the Iceland and southern Norway are available in one datafile (naming:IGP2018_SNOWPACE_water_isotope_samples_stations.csv, format: csv).\\n\\n\\nPost processing of the vapour isotope data was done by Jean-Lionel Lacour (UoI). Post processing of the discrete sample data was done by Harald Sodemann (UiB), who also acts as data contact.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 34688,
            "independentInstrument": [
                34689
            ],
            "instrumentplatformpair_set": []
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168698/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168699/?format=api"
    ]
}