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

{
    "ob_id": 8236,
    "computationComponent": [
        {
            "ob_id": 8227,
            "uuid": "647e3207a170410e929a1dd045ad80c7",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on UK Disaster Monitoring Constellation (UK-DMC) satellite",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on UK Disaster Monitoring Constellation (UK-DMC) satellite.  The first generation UK Disaster Monitoring Constellation (UK-DMC) satellite was launched in 2002-3 by Surrey Satellite Technology Ltd to create the first constellation designed to deliver daily repeat high resolution imaging.\n\n&lt;div property=\"cedacat:introduction\"&gt;\n&lt;div class=\"introduction\"&gt;Introduction&lt;/div&gt;\n&lt;p&gt;The first generation UK Disaster Monitoring Constellation (UK-DMC) satellite was launched in 2002-3 by Surrey Satellite Technology Ltd to create the first constellation designed to deliver daily repeat high resolution imaging. As part of the wider DMC, four satellites in phased sun-synchronous orbit delivered 650km wide multispectral imagery with 32metre ground sample distance (GSD). An additional satellite was launched in 2005, providing even greater imaging capacity, and a third 32m sensor was added in 2012.&lt;/p&gt;\n&lt;/div&gt;",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        },
        {
            "ob_id": 8228,
            "uuid": "2515840725d940de8d9598bc65e2816d",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on UK Disaster Monitoring Constellation 2 (UK-DMC2) satellite",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on UK Disaster Monitoring Constellation 2 (UK-DMC2) satellite.  The second generation DMC satellite, launched 2009, provides hugely increased imaging capacity over the original UK-DMC satellite, retaining the same 650km swath width, but with twice the pixel density at 22m Ground Sample Distance (GSD).\n\n&lt;div property=\"cedacat:introduction\"&gt;\n&lt;div class=\"introduction\"&gt;Introduction&lt;/div&gt;\n&lt;p&gt;The second generation  DMC satellite, launched 2009, provides hugely increased imaging capacity over the &lt;a href=\"http://badc.nerc.ac.uk/view/neodc.nerc.ac.uk__ATOM__OBS_2ae104a6-195e-11e4-88ef-00163e251233\"&gt;original UK-DMC satellite&lt;/a&gt;, retaining the same 650km swath width, but with twice the pixel density at 22m Ground Sample Distance (GSD).  The satellite is routinely cross-calibrated within 1% of Landsat.&lt;/p&gt;\n&lt;/div&gt;",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 8235,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 2566,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8229/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8231/?format=api",
                    "relatedTo": {
                        "ob_id": 8235,
                        "uuid": "882dd21b0c2643f68eb10f2b10790532",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 2567,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8229/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8232/?format=api",
                    "relatedTo": {
                        "ob_id": 8235,
                        "uuid": "882dd21b0c2643f68eb10f2b10790532",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 2568,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8230/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8231/?format=api",
                    "relatedTo": {
                        "ob_id": 8235,
                        "uuid": "882dd21b0c2643f68eb10f2b10790532",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 2569,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8230/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8232/?format=api",
                    "relatedTo": {
                        "ob_id": 8235,
                        "uuid": "882dd21b0c2643f68eb10f2b10790532",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}