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

{
    "ob_id": 44561,
    "computationComponent": [
        {
            "ob_id": 44562,
            "uuid": "132af0ab09d34dd0bf918b6addd96c14",
            "title": "Computation for JNCC Sentinel-1 indices Analysis Ready Data (ARD) VH/VV Cross Ratio Index",
            "abstract": "Sentinel-1 dual polarisation data are obtained from the Defra and JNCC Sentinel-1 ARD CEDA dataset. The data are converted from decibel to linear scale prior to the VH/VV calculation and generation of the index files. This is performed in R v4.4.1 (R Core Team, 2024) using the calc function of the R package raster v3.6-26 (Hijmans, 2023). Data are provided in EPSG: 27700 OSGB36 / British National Grid, with a pixel size of 10m, and data is pixel-aligned to the source ARD file. No-data pixels are set to a value of -9999. Pixels with values of 50 or higher, or -50 or lower, were assigned the no-data value.\r\n\r\nContains modified Copernicus Sentinel data 2015-2025",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 44578,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 14311,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/12319/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/44577/?format=api",
                    "relatedTo": {
                        "ob_id": 44578,
                        "uuid": "530e1180024a488884e502bfbf07de14",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213230/?format=api"
    ]
}