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

{
    "ob_id": 2654,
    "computationComponent": [
        {
            "ob_id": 2649,
            "uuid": "507b05c935b24f4aa8bdbbfbe57743e6",
            "title": "Meteosat Second Generation 1  (MSG-1) or METEOSAT-8",
            "abstract": "Deployed on Meteosat Second Generation 1  (MSG-1) or METEOSAT-8.  Launched on 28 August 2002, the first Meteosat Second Generation (MSG) satellite became operational on 29 January 2004, when it was redesignated Meteosat-8. Since then it has continuously returned highly detailed imagery of Europe, the North Atlantic and Africa every 15 minutes, for operational use by meteorologists.\r\n MSG-1 has a nominal lifetime of seven years.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 2653,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 895,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/2650/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/2651/?format=api",
                    "relatedTo": {
                        "ob_id": 2653,
                        "uuid": "c35bb3f64f9d46caa38cf0cd9d8eab77",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}