Procedure Composite Process Instance
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/14395/?format=api
{ "ob_id": 14395, "computationComponent": [ { "ob_id": 14396, "uuid": "e5a65e41af384fe0b989ebfc66c69ca3", "title": "HadAT2 Computation", "abstract": "The HadAT2 data are based on the HadAT1 data (produced by performing quality control and a nearest neighbour analysis on the near raw radiosonde network data of HadAT0) but include an expanded radiosonde network. . See the documentation for full details.", "keywords": "Met Office, HADAT, radiosonde, temperature anomalies, Hadley", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8807/?format=api" ] } ], "acquisitionComponent": [ { "ob_id": 11227, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 3896, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/11226/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/912/?format=api", "relatedTo": { "ob_id": 11227, "uuid": "8d8eb2329fb94e568928a26ac1f5b8c7", "short_code": "acq" } } ] } ], "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8808/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55893/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148614/?format=api" ] }