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

{
    "ob_id": 8211,
    "computationComponent": [
        {
            "ob_id": 8206,
            "uuid": "7da5e38c7f5e4a3baad27d403ef43586",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Metop-A",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Metop-A.  Metop-A, launched on 19 October 2006, represents the first in a series of three satellites forming the space segment of the EUMETSAT Polar System (EPS). Metop-A is Europe's first polar-orbiting meteorological satellite\n\n&lt;div property=\"cedacat:introduction\"&gt;\n&lt;div class=\"introduction\"&gt;Introduction&lt;/div&gt;\n&lt;p&gt;EPS Metop is a series of polar orbiting meteorological satellites operated by Eumetsat. The satellites are all part of the Eumetsat Polar System. The first of the series, Metop-A, was launched on October 19, 2006. &lt;/p&gt;&lt;p&gt;Metop-A has been designed to work in conjunction with the NOAA satellite system whereby the two satellites fly in complementary orbits. Metop-A&amp;#8217;s polar orbit is Sun synchronous, so that the satellite track along the Earth is always at the same local time, in this case in the mid-morning. NOAA will continue to operate its mid-afternoon orbit satellite service as part of the Polar Orbit Enviromental Satellites (POES) system.  &lt;br /&gt;With an array of sophisticated instrumentation, Metop-A provides data of unprecedented accuracy and resolution on a host of different variables such as temperature and humidity, ocean surface wind speed and direction and concentrations of ozone and other trace gases &amp;#8211; thus marking a major advance in global weather forecasting and climate monitoring capabilities.&lt;/p&gt;\n\n&lt;p&gt;Instruments on board Metop-A are as follows:\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;IASI&lt;/li&gt; \n&lt;li&gt;GOME-2&lt;/li&gt; \n&lt;li&gt;ASCAT&lt;/li&gt; \n&lt;li&gt;GRAS&lt;/li&gt;\n&lt;li&gt;AVHRR/3&lt;/li&gt;\n&lt;li&gt;MHS&lt;/li&gt; \n&lt;li&gt;AMSU-A&lt;/li&gt; \n&lt;li&gt;HIRS/4&lt;/li&gt; \n&lt;/ul&gt;\n&lt;p /&gt;\n&lt;/div&gt;",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 8210,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 2564,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8207/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8208/?format=api",
                    "relatedTo": {
                        "ob_id": 8210,
                        "uuid": "eec8d2e5b2f14fd7b69e8f209b23ac4a",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}