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/6749/?format=api
{ "ob_id": 6749, "computationComponent": [ { "ob_id": 6748, "uuid": "b753110c420a481d8d1a59c1ab406191", "title": "World Wildlife Fund Wildworld program deployed on World Wildlife Fund", "abstract": "This computation involved: World Wildlife Fund Wildworld program deployed on World Wildlife Fund. The Wild World maps are designed to help you bring into your classroom the wonders of biodiversity and the urgency of conserving it. The Educator���s Guide that accompanies the maps offers lesson plans and activities on subjects like map fundamentals, biodiversity, and ecoregions.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4442/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4443/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4444/?format=api" ] } ], "acquisitionComponent": [], "identifier_set": [], "responsiblepartyinfo_set": [] }