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

{
    "ob_id": 32701,
    "computationComponent": [
        {
            "ob_id": 32700,
            "uuid": "2b2b435fec204442a44ff2bf173d78b1",
            "title": "Derivation of the Antarctic Ice Sheet CCI Ice Velocity v1 dataset from Sentinel-1",
            "abstract": "The surface velocity is derived by applying feature tracking techniques using Sentinel-1 synthetic aperture radar (SAR) data acquired in the Interferometric Wide (IW) swath mode. Ice velocity is provided at 200m grid spacing in Polar Stereographic projection (EPSG: 3031). The horizontal velocity components are provided in true meters per day, towards easting and northing direction of the grid. The vertical displacement is derived from a digital elevation model. Provided is a NetCDF file with the velocity components: vx, vy, vz, along with maps showing the magnitude of the horizontal components, the valid pixel count and uncertainty. The product combines all ice velocity maps, based on 6- and 12-day repeats, acquired within a single month in a monthly averaged product.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 32699,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12583,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/12319/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/12313/?format=api",
                    "relatedTo": {
                        "ob_id": 32699,
                        "uuid": "8ee58d233916481db9f0b25c30ae9ad1",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12584,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/20017/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/12313/?format=api",
                    "relatedTo": {
                        "ob_id": 32699,
                        "uuid": "8ee58d233916481db9f0b25c30ae9ad1",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145786/?format=api"
    ]
}