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/8007/?format=api
{ "ob_id": 8007, "computationComponent": [ { "ob_id": 8002, "uuid": "1fedb585cf65449198a3815c2990a202", "title": "ARC processor deployed on unknown computer", "abstract": "This computation involved: ARC processor. The ARC processor was developed at University of Edinburgh to process (A)ATSR data for Climate in the ARC project\n\nEmpty content", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5208/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5209/?format=api" ] } ], "acquisitionComponent": [ { "ob_id": 8006, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 2512, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/846/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/847/?format=api", "relatedTo": { "ob_id": 8006, "uuid": "01b2bc5ebcb741acbdc9d581f8d8be8e", "short_code": "acq" } }, { "ob_id": 2505, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/7813/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/5566/?format=api", "relatedTo": { "ob_id": 8006, "uuid": "01b2bc5ebcb741acbdc9d581f8d8be8e", "short_code": "acq" } }, { "ob_id": 2507, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/6588/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8063/?format=api", "relatedTo": { "ob_id": 8006, "uuid": "01b2bc5ebcb741acbdc9d581f8d8be8e", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [] }