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/44592/?format=api
{ "ob_id": 44592, "computationComponent": [ { "ob_id": 44591, "uuid": "f639b44f609b4d19b47547876d48fc6b", "title": "University of Leicester IASI retrieval scheme (ULIRS)", "abstract": "This computation involved: ULIRS deployed on JASMIN processing cluster. The ULIRS is an optimal estimation-based retrieval scheme, which utilises equidistant pressure levels and a floating pressure grid based on topography. ULIRS was developed at the University of Leicester through the National Centre for Earth Observation (NCEO).", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 43672, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 14187, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8299/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8300/?format=api", "relatedTo": { "ob_id": 43672, "uuid": "abeb8e1ed6b3499aa7e64761c67ea8bb", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213336/?format=api" ] }