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

{
    "ob_id": 14355,
    "computationComponent": [
        {
            "ob_id": 14349,
            "uuid": "514318416f0c40bdb76b6f93855212e2",
            "title": "HadRT2.0 Computation",
            "abstract": "Anomalies are calculated with respect to 1971-1990 climatology and are calculated for each of about 200 sonde stations worldwide and grid values derived from these.",
            "keywords": "Met Office, HADRT, radiosonde, temperature anomalies, Hadley",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8794/?format=api"
            ]
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 2211,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 804,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/2210/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/912/?format=api",
                    "relatedTo": {
                        "ob_id": 2211,
                        "uuid": "3ed2010b4e5245d8abd75c65199a1960",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8797/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55742/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55743/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148618/?format=api"
    ]
}