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/4529/?format=api
{ "ob_id": 4529, "computationComponent": [ { "ob_id": 4524, "uuid": "4183d4c0c8b34be995e62084f3b80ccd", "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on LandSat series", "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on LandSat series. The Landsat Program is a series of Earth-observing satellite missions (LandSat 1 to LandSat 5 today) jointly managed by NASA and the U.S. Geological Survey. Since 1972, Landsat satellites have collected information about Earth from space. This science, known as remote sensing, has matured with the Landsat Program.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 4528, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 1378, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/4525/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/4526/?format=api", "relatedTo": { "ob_id": 4528, "uuid": "6c924b746bd54799841cfe66739ea81b", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [] }