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/4341/?format=api
{ "ob_id": 4341, "computationComponent": [ { "ob_id": 4340, "uuid": "53b386c36eb44a4483dea9ebd5066c3b", "title": "SOC deployed on National Oceanography Center, Southampton (NOCS) Computer", "abstract": "This computation involved: SOC deployed on National Oceanography Center, Southampton (NOCS) Computer. The National Oceanography Centre, Southampton (formerly Southampton Oceanography Centre), is a collaborative Centre owned by the Natural Environment Research Council (NERC) and the University of Southampton. NOCS is based at a purpose-built waterside campus in Southampton, and is home to some 520 research scientists, lecturing support and seagoing staff as well over 700 undergraduate and postgraduate students.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2912/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2913/?format=api" ] } ], "acquisitionComponent": [], "identifier_set": [], "responsiblepartyinfo_set": [] }