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

{
    "ob_id": 30201,
    "computationComponent": [
        {
            "ob_id": 30200,
            "uuid": "dd3549bd3c244c528ecfe752cbce1e5e",
            "title": "Computation for Defra and JNCC Sentinel-2 Analysis Ready Data",
            "abstract": "Sentinel-2 Level 1C products processed into a Level 2 surface reflectance product using ARCSI ( https://www.arcsi.remotesensing.info/ ). Processing used the following steps: re-projection to either OSGB 1936/British National Grid (EPSG27700) or TM65/Irish Grid (EPSG:29902), band sharpening to 10m (removing the native 60m ESA Bands 1, 9 and 10), cloud masking, atmospheric correction and topographic correction using either the Aerial Photography Great Britain (APGB) 10m resolution DEM or the Ordnance Survey Northern Ireland (OSNI) 10m resolution DEM. Please see individual image metadata for the versions of software used in processing.",
            "keywords": "",
            "inputDescription": 15,
            "outputDescription": 16,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 13191,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 4334,
                    "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": 13191,
                        "uuid": "e05a470bb02a4bf5bba845b1fcc3aca6",
                        "short_code": "acq"
                    }
                }
            ]
        },
        {
            "ob_id": 25439,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 11412,
                    "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": 25439,
                        "uuid": "18f84df32d934058862f2c3990885a4c",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}