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

{
    "ob_id": 4115,
    "computationComponent": [
        {
            "ob_id": 4110,
            "uuid": "0a2f3f31d17b45bbb6b55bbed6805325",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Earth-Probe  (EP)",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Earth-Probe  (EP).  Earth-Probe TOMS was launched on 2nd July 1996 and started to produce data on 25th July. On Saturday, december 2, 2006, contact with Earth Probe was lost and it was put in SAFE mode.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 4114,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 1230,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/4111/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/4112/?format=api",
                    "relatedTo": {
                        "ob_id": 4114,
                        "uuid": "a8db896e455c4e84930349882ac46930",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}