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/45896/?format=api
{ "ob_id": 45896, "computationComponent": [ { "ob_id": 45893, "uuid": "ca2d029ba1b24e4f98b4742829c01a34", "title": "Derivation of the EOCIS: CHUK Coastal Zone Water Colour (OLCI) V1.0", "abstract": "For information on the derivation of the EOCIS: : CHUK Coastal Zone Water Colour (MSI) V1.0 dataset see the associated documentation.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 45895, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 14719, "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/19017/?format=api", "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/19027/?format=api", "relatedTo": { "ob_id": 45895, "uuid": "05dd770b27fd4e788ff921c4afc81c29", "short_code": "acq" } }, { "ob_id": 14720, "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/26990/?format=api", "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/19027/?format=api", "relatedTo": { "ob_id": 45895, "uuid": "05dd770b27fd4e788ff921c4afc81c29", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/219380/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219381/?format=api" ] }