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

{
    "ob_id": 14453,
    "computationComponent": [
        {
            "ob_id": 14394,
            "uuid": "2da95c3773134f90bc6a2db514d65387",
            "title": "HadAT1 Computation",
            "abstract": "The HadAT1 data are produced by performing quality control and a nearest neighbour analysis on the near raw radiosonde network data of HadAT0.  See the documentation for full details.",
            "keywords": "Met Office, HADAT, radiosonde, temperature anomalies, Hadley",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8805/?format=api"
            ]
        },
        {
            "ob_id": 14458,
            "uuid": "ccea77ea7f8e4cebbc0ee4f711666fe5",
            "title": "HadAT Uncertainty Estimates compuatation process",
            "abstract": "See accompanying documentation for full details of of the uncertainty estimate computation process.",
            "keywords": "Met Office, HADAT, radiosonde, temperature anomalies, Hadley",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8809/?format=api"
            ]
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 11227,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 3896,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/11226/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/912/?format=api",
                    "relatedTo": {
                        "ob_id": 11227,
                        "uuid": "8d8eb2329fb94e568928a26ac1f5b8c7",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8810/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56085/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56086/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148616/?format=api"
    ]
}