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

{
    "ob_id": 8260,
    "computationComponent": [
        {
            "ob_id": 8255,
            "uuid": "7baef7506ebe4a1d9eb5b15895e91e7e",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Landsat 7",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Landsat 7.  Landsat 7 was launched as a continuation of the Landsat programme on 15th April 1999 and is still operational as of July 2014. A three-axis attitude control subsystem stabilizes the satellite and keeps the instrument pointed toward Earth to within 0.05 degrees. The LANDSAT World-Wide-Reference system catalogues the worlds land mass into 57,784 scenes, each 115 miles (183 kilometres) wide by 106 miles (170 kilometres) long.\n\n&lt;div property=\"cedacat:introduction\"&gt;\n&lt;div class=\"introduction\"&gt;Introduction&lt;/div&gt;\n&lt;p&gt;Landsat 7 was launched as a continuation of the Landsat programme on 15th April 1999 and is still operational as of July 2014. A three-axis attitude control subsystem stabilizes the satellite and keeps the instrument pointed toward Earth to within 0.05 degrees. The LANDSAT World-Wide-Reference system catalogues the worlds land mass into 57,784 scenes, each 115 miles (183 kilometres) wide by 106 miles (170 kilometres) long. &lt;/p&gt;\n&lt;/div&gt;",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 8259,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 2574,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8256/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8257/?format=api",
                    "relatedTo": {
                        "ob_id": 8259,
                        "uuid": "535c053640594563ba18f8773f812e86",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108961/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108962/?format=api"
    ]
}