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/43582/?format=api
{ "ob_id": 43582, "computationComponent": [ { "ob_id": 43580, "uuid": "1cef7aff4035496cbde00291b498c0fd", "title": "Derivation of the EOCIS: University of Leicester GOSAT and GOSAT-2 Proxy XCH4 v9.0_eocis data", "abstract": "The GOSAT and GOSAT-2 EOCIS 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": 43583, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 14129, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/32856/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/32857/?format=api", "relatedTo": { "ob_id": 43583, "uuid": "57c9d51412a349a0afd9129c479511a9", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208080/?format=api" ] }