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/37143/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 37143,
    "computationComponent": [
        {
            "ob_id": 37142,
            "uuid": "7564e6b5035341a29c17e4ab73996509",
            "title": "Simcenter STAR-CCM+",
            "abstract": "The dispersion model hs been developed using a commercial CFD software STAR-CCM+. \n\n\nSimcenter STAR-CCM+ is a multiphysics computational fluid dynamics (CFD) software for the simulation of products operating under real-world conditions. Simcenter STAR-CCM+ uniquely brings automated design exploration and optimization to the CFD simulation toolkit of every engineer.\n\nThe single integrated environment includes everything from CAD, automated meshing, multiphysics CFD, sophisticated postprocessing, and design exploration. This allows engineers to efficiently explore the entire design space to make better design decisions faster.\n\n https://www.plm.automation.siemens.com/global/en/products/simcenter/STAR-CCM.html\n",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 37140,
            "independentInstrument": [
                37141
            ],
            "instrumentplatformpair_set": []
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/177536/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/177537/?format=api"
    ]
}