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/45748/?format=api
{ "ob_id": 45748, "computationComponent": [ { "ob_id": 45749, "uuid": "e03fb5fb8c5f4ca697984ba906e78642", "title": "The ESA Biomass Climate Change Initiative above ground biomass retrieval algorithm, v7.0", "abstract": "For information on the derivation of the Biomass CCI data, please see the ATBD (Algorithm Theoretical Baseline Document).", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 45750, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 14662, "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/12319/?format=api", "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/12313/?format=api", "relatedTo": { "ob_id": 45750, "uuid": "3b20de4408754b0cb19751dd6c2557ea", "short_code": "acq" } }, { "ob_id": 14663, "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/29959/?format=api", "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/29958/?format=api", "relatedTo": { "ob_id": 45750, "uuid": "3b20de4408754b0cb19751dd6c2557ea", "short_code": "acq" } }, { "ob_id": 14664, "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/846/?format=api", "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/7820/?format=api", "relatedTo": { "ob_id": 45750, "uuid": "3b20de4408754b0cb19751dd6c2557ea", "short_code": "acq" } }, { "ob_id": 14665, "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/8197/?format=api", "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/8198/?format=api", "relatedTo": { "ob_id": 45750, "uuid": "3b20de4408754b0cb19751dd6c2557ea", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/218641/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218640/?format=api" ] }