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/46168/?format=api
{ "ob_id": 46168, "computationComponent": [ { "ob_id": 43580, "uuid": "1cef7aff4035496cbde00291b498c0fd", "title": "Derivation of the University of Leicester GOSAT and GOSAT-2 Proxy XCH4 data", "abstract": "The GOSAT and GOSAT-2 datasets were derived using the UoL-FP retrieval algorithm using a proxy retrieval approach. See the linked documentation for further information", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 46170, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 14827, "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/32856/?format=api", "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/32857/?format=api", "relatedTo": { "ob_id": 46170, "uuid": "6338f948472d41c18c75b4250e63df57", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/220503/?format=api" ] }