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

{
    "ob_id": 32164,
    "computationComponent": [
        {
            "ob_id": 32165,
            "uuid": "54e1d465d6154a2a82bd76f4d82f89c8",
            "title": "Derivation of the Glaciers_cci Inventory of Ice-Marginal Lakes in Greenland dataset",
            "abstract": "Ice marginal lakes were identified using three independent remote sensing methods: \r\n1) multi-temporal backscatter classification from Sentinel-1 synthetic aperture radar imagery;\r\n2) multi-spectral indices classification from Sentinel-2 optical imagery; \r\nand 3) sink detection from the ArcticDEM (v3).  (The ArcticDEM is an NGA-NSF public-private initiative to automatically produce a high-resolution, high quality, digital surface model (DSM) of the Arctic using optical stereo imagery, high-performance computing, and open source photogrammetry software.)\r\n\r\nAll data were compiled and filtered in a semi-automated approach, using a modified version of the MEaSUREs GIMP ice mask (https://nsidc.org/data/NSIDC-0714/versions/1) to clip the dataset to within 1 km of the ice margin. Each detected lake was then verified manually.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 32166,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12444,
                    "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": 32166,
                        "uuid": "ffb464db0cd64ad0984d750d68563bcb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12446,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/13187/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/13182/?format=api",
                    "relatedTo": {
                        "ob_id": 32166,
                        "uuid": "ffb464db0cd64ad0984d750d68563bcb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12447,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/25277/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/13182/?format=api",
                    "relatedTo": {
                        "ob_id": 32166,
                        "uuid": "ffb464db0cd64ad0984d750d68563bcb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12445,
                    "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": 32166,
                        "uuid": "ffb464db0cd64ad0984d750d68563bcb",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143013/?format=api"
    ]
}