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

{
    "ob_id": 29942,
    "computationComponent": [
        {
            "ob_id": 29944,
            "uuid": "6ce5cfb061e94d2b8eca8943040b11f2",
            "title": "CCI Sea Surface Salinity retrieval",
            "abstract": "ESA CCI Sea Surface Salinity ECV Data has been produced at a spatial resolution of 50 km  spatially resampled on 25 km EASE grid with a) a time resolution of 1 week and  1 day of time sampling and b) a time resolution of 1 month and 15 days of time sampling.   For details of the algorithm see the documentation from the CCI Sea Surface Salinity project.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 29943,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12284,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/27128/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/27124/?format=api",
                    "relatedTo": {
                        "ob_id": 29943,
                        "uuid": "119a7746b29243f5bdb8e329f392bd9f",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12285,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/29941/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/29938/?format=api",
                    "relatedTo": {
                        "ob_id": 29943,
                        "uuid": "119a7746b29243f5bdb8e329f392bd9f",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12286,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/29940/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/29939/?format=api",
                    "relatedTo": {
                        "ob_id": 29943,
                        "uuid": "119a7746b29243f5bdb8e329f392bd9f",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}