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

{
    "ob_id": 34697,
    "computationComponent": [
        {
            "ob_id": 34696,
            "uuid": "99163507794a465e9261bfe7ac3c5af6",
            "title": "Post processing of ship data at University of Bergen",
            "abstract": "Data files recorded by the analyzer in *.dat format are converted to netCDF format using a python routine. The raw data are then processed using the calibration routines FaVaCal, in use at FARLAB, University of Bergen, Norway. Calibration periods are identified and removed for separate processing with plots and quality evaluation. Water vapour isotope measurements are corrected for the humidity-isotope ratio dependency, as documented by Weng et al., 2020. The complete data processing is described in more detail in the data report for stable water isotope measurements from MASIN aircraft during IGP. The vapour isotope data are joined with the meteorological data from the R/V Alliance obtained during IGP at a 60 s averaging time using the processing tool isofuse. Output from this conversion is stored as one single datafiles (naming: IGP2018_SNOWPACE_Alliance_cruise_data_V3.1_60s.nc; format: netcdf). Results from liquid sample analysis for water isotopes from the R/V Alliance are available in one datafile (naming:IGP2018_SNOWPACE_water_isotope_samples_Alliance.csv, format: csv). Post processing was done by Harald Sodemann (UiB), who also acts as data contact.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 34694,
            "independentInstrument": [
                34695
            ],
            "instrumentplatformpair_set": []
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168717/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168718/?format=api"
    ]
}