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/45273/?format=api
{ "ob_id": 45273, "computationComponent": [ { "ob_id": 45274, "uuid": "d31f7097bd724286a3c170a13f46b234", "title": "Computation of the gridded ammonia (NH3) monthly L3 data from IASI/Metop-B.", "abstract": "This long-term dataset has been created from the ANNI version 4 NH3 L2 data retrieved from IASI/Metop-B 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": 45275, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 14429, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8299/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8300/?format=api", "relatedTo": { "ob_id": 45275, "uuid": "67b11c1feec34dc680fffcf6529b1411", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216567/?format=api" ] }