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

{
    "ob_id": 8292,
    "computationComponent": [
        {
            "ob_id": 8287,
            "uuid": "9d2a154c54f74d99a3ab1ae0a685a2fb",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Tactical Operational Satellite (TOPSAT)",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Tactical Operational Satellite (TOPSAT).  TOPSAT (Tactical Operational Satellite) is a British Earth observation satellite, launched in October 2005. TOPSAT carries out optical imaging with a ground resolution of 2.5m. TOPSAT was built in the United Kingdom by Surrey Satellite Technology Ltd, QinetiQ and The Rutherford Appleton Laboratory under the British National Space Centre Mosaic programme.\n\n&lt;div property=\"cedacat:introduction\"&gt;\n&lt;div class=\"introduction\"&gt;Introduction&lt;/div&gt;\n&lt;p&gt;TOPSAT  is a British Earth observation satellite, launched in October 2005. TOPSAT carries out optical imaging with a ground resolution of 2.5m and was built in the United Kingdom by &lt;a href=\"http://www.sstl.co.uk/\"&gt;Surrey Satellite Technology Ltd&lt;/a&gt;, &lt;a href=\"https://www.qinetiq.com/Pages/default.aspx\"&gt;QinetiQ&lt;/a&gt; and The &lt;a href=\"http://www.stfc.ac.uk/76.aspx\"&gt;Rutherford Appleton Laboratory&lt;/a&gt; under the British National Space Centre Mosaic programme.&lt;/p&gt; \n\n&lt;h3&gt;Orbital Parameters&lt;/h3&gt;\n&lt;p&gt;\n&lt;table border=\"0\"&gt;\n&lt;tbody&gt;\n\n&lt;tr&gt;\n&lt;th&gt;Launch date&lt;/th&gt;\n&lt;td&gt;2005-10-27&lt;/td&gt;\n&lt;/tr&gt;\n\n&lt;tr&gt;\n&lt;th&gt;Orbit type&lt;/th&gt;\n&lt;td&gt;Circular, sun-synchronous&lt;/td&gt;\n&lt;/tr&gt;\n\n&lt;tr&gt;\n&lt;th&gt;Orbital period&lt;/th&gt;\n&lt;td&gt;98.7 minutes&lt;/td&gt;\n&lt;/tr&gt;\n\n&lt;tr&gt;\n&lt;th&gt;Repeat period&lt;/th&gt;\n&lt;td&gt;4 days&lt;/td&gt;\n&lt;/tr&gt;\n\n&lt;tr&gt;\n&lt;th&gt;Altitude&lt;/th&gt;\n&lt;td&gt;686km&lt;/td&gt;\n&lt;/tr&gt;\n\n&lt;tr&gt;\n&lt;th&gt;Inclination&lt;/th&gt;\n&lt;td&gt;98.18 degrees&lt;/td&gt;\n&lt;/tr&gt;\n\n&lt;tr&gt;\n&lt;th&gt;Swath Width&lt;/th&gt;\n&lt;td&gt;15 km for panchromatic, 10 km for multispectral&lt;/td&gt;\n&lt;/tr&gt;\n\n&lt;/tbody&gt;\n&lt;/table&gt;\n\n&lt;/p&gt;\n&lt;/div&gt;",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 8291,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 2581,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8288/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8289/?format=api",
                    "relatedTo": {
                        "ob_id": 8291,
                        "uuid": "57aa7b408fef4feb9b21692539086141",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}