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/45276/?format=api
{ "ob_id": 45276, "computationComponent": [ { "ob_id": 45277, "uuid": "edbf03e6afb74a9594ba91062b2eaaa6", "title": "Computation of the gridded ammonia (NH3) monthly L3 data from IASI/Metop-C.", "abstract": "This long-term dataset has been created from the ANNI version 4 NH3 L2 data retrieved from IASI/Metop-C data. Detailed information on the L2 algorithm can be found in Clarisse et al. (2023). Detailed information on the L3 algorithm can be found in the Algorithm Theoretical Basis Document.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 45278, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 14430, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/32134/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8300/?format=api", "relatedTo": { "ob_id": 45278, "uuid": "467bcd03033e44999e431d3374096835", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216572/?format=api" ] }