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/43581/?format=api
{ "ob_id": 43581, "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": 43584, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 14130, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/28024/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/28023/?format=api", "relatedTo": { "ob_id": 43584, "uuid": "8b377fefcfae43c8aec0d6202bcb61b8", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208079/?format=api" ] }