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/7875/?format=api
{ "ob_id": 7875, "computationComponent": [ { "ob_id": 7870, "uuid": "26526b5a2c5b48c183fff1f74b2821db", "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Landsat5", "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Landsat5. Landsat5 is a polar orbiting platform onboard which is mounted a Thematic Mapper (TM) and Multispectral Scanner (MSS) Instruments.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 7874, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 2472, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/7871/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/7872/?format=api", "relatedTo": { "ob_id": 7874, "uuid": "39f78fc1fdcf4a22b91a797a8086dcad", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [] }