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/45946/?format=api
{ "ob_id": 45946, "computationComponent": [ { "ob_id": 43420, "uuid": "032147637bad4ee9b3d0488a58daaeae", "title": "Computation to derive surface turbulence from FAAM aircraft measurements", "abstract": "Computation to derive surface turbulence from FAAM aircraft measurements", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 7578, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 2412, "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/7575/?format=api", "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/7576/?format=api", "relatedTo": { "ob_id": 7578, "uuid": "a93ea6c3ab93441eaa63fa073a7f77bf", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/219547/?format=api" ] }