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/44634/?format=api
{ "ob_id": 44634, "computationComponent": [ { "ob_id": 44629, "uuid": "54b3003288914bcabb4c56c0b7b313ad", "title": "FLEXPART", "abstract": "Ten-day particle dispersion calculations made using the FLEXPART model initiated from the ground site (67.07° N, 49.38° W 1073 m AMSL) in the ablation zone in southwest Greenland, approximately 35 km from the ice sheet margin. \r\nThe outputs were collated into animations", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 44633, "independentInstrument": [ 44628 ], "instrumentplatformpair_set": [] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213690/?format=api" ] }