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/46105/?format=api
{ "ob_id": 46105, "computationComponent": [], "acquisitionComponent": [ { "ob_id": 12363, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 4806, "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/12358/?format=api", "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/12365/?format=api", "relatedTo": { "ob_id": 12363, "uuid": "6b99193d62cd44fa9239d3b02991887d", "short_code": "acq" } } ] }, { "ob_id": 46106, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 14825, "platform": "https://catalogue.ceda.ac.uk/api/v2/platforms/43204/?format=api", "instrument": "https://catalogue.ceda.ac.uk/api/v2/instruments/46113/?format=api", "relatedTo": { "ob_id": 46106, "uuid": "31ffcfbcd1f34331b5d58b06e53c257d", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/220231/?format=api" ] }