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

{
    "ob_id": 14503,
    "computationComponent": [
        {
            "ob_id": 14498,
            "uuid": "4c096aa211ac48e59a73339013a1618b",
            "title": "Computation for: GlobSnow Snow Water Equivalent (SWE) v2.0 L3B Weekly aggregated data",
            "abstract": "Computation for GlobSnow Snow Water Equivalent (SWE) v2.0 L3B Weekly aggregated data. GlobSnow Snow Water Equivalent dataset combines space borne radiometer brightness temperature information with snow depth information from terrestrial weather station network to give an estimate about amount of water contained within a snow pack. These files have been computed from GlobSnow SWE daily product as a 7-day sliding window average to reduce effects from missing weather station data and other artefacts. The computational retrieval algorithm is complex, for more detailed information, please see accompanying documentation.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 14491,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 5481,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/2629/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/2630/?format=api",
                    "relatedTo": {
                        "ob_id": 14491,
                        "uuid": "b4f407ba17a9413981422bd141059807",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 5482,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/458/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/2636/?format=api",
                    "relatedTo": {
                        "ob_id": 14491,
                        "uuid": "b4f407ba17a9413981422bd141059807",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 5572,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/2629/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/14771/?format=api",
                    "relatedTo": {
                        "ob_id": 14491,
                        "uuid": "b4f407ba17a9413981422bd141059807",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56260/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56261/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168609/?format=api"
    ]
}