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

{
    "ob_id": 8276,
    "computationComponent": [
        {
            "ob_id": 8271,
            "uuid": "5362fb0cddad4f179afbb53c210af9f8",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on RapidEye Satellite Constellation",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on RapidEye Satellite Constellation.  RapidEye operates a constellation of 5 satellites that are used for spectral imaging, particularly the ‘Red Edge’ band (between red and infrared, 690 to 730nm).\n\n&lt;div property=\"cedacat:introduction\"&gt;\n&lt;div class=\"introduction\"&gt;Introduction&lt;/div&gt;\n&lt;p&gt;&lt;a href=\"http://blackbridge.com/rapideye/\"&gt;RapidEye&lt;/a&gt; operates a constellation of 5 satellites that are used for spectral imaging, particularly the &amp;#8216;Red Edge&amp;#8217; band (between red and infrared, 690 to 730nm).&lt;/p&gt;\n\n&lt;h3&gt;Orbital Parameters&lt;/h3&gt;\n&lt;table border=\"0\"&gt;\n&lt;tbody&gt;\n\n&lt;tr&gt;\n&lt;th&gt;Number of satellites&lt;/th&gt;\n&lt;td&gt;5&lt;/td&gt;\n&lt;/tr&gt;\n\n&lt;tr&gt;\n&lt;th&gt;Launch Date&lt;/th&gt;\n&lt;td&gt;2008-08-29&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;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;96.7 minutes&lt;/td&gt;\n&lt;/tr&gt;\n\n&lt;tr&gt;\n&lt;th&gt;Equator crossing time&lt;/th&gt;\n&lt;td&gt;11:00am&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;1 day&lt;/td&gt;\n&lt;/tr&gt;\n\n&lt;tr&gt;\n&lt;th&gt;Altitude&lt;/th&gt;\n&lt;td&gt;630km&lt;/td&gt;\n&lt;/tr&gt;\n\n&lt;tr&gt;\n&lt;th&gt;Inclination&lt;/th&gt;\n&lt;td&gt;97.8 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;77 km&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;\n&lt;/table&gt;\n&lt;/div&gt;",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 8275,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 2579,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8272/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8273/?format=api",
                    "relatedTo": {
                        "ob_id": 8275,
                        "uuid": "4432b1d008d242569f7d8bbdbbc0212b",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}