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

{
    "ob_id": 6592,
    "computationComponent": [
        {
            "ob_id": 6587,
            "uuid": "cb4d4925748f40bc95bd6b718deea611",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on European Remote Sensing satellite (ERS-1)",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on European Remote Sensing satellite (ERS-1).  European Remote Sensing satellite, ERS-1, launched in 1991, was ESA's first Earth Observation satellite (polar orbiting); it carried a comprehensive payload including an imaging Synthetic Aperture Radar (SAR), a radar altimeter and other powerful instruments to measure ocean surface temperature and winds at sea. ERS-2, which overlapped with ERS-1, was launched in 1995 with an additional sensor for atmospheric ozone research. ERS 1 was taken out of action in 2000 after nine years of service.\n\n&lt;div property=\"cedacat:introduction\"&gt;\n&lt;div class=\"introduction\"&gt;Introduction&lt;/div&gt;\n&lt;p&gt;European Remote Sensing satellite, ERS-1, launched in 1991, was ESA's first Earth Observation satellite (polar orbiting); it carried a comprehensive payload including an imaging Active Microwave Instrument-Synthetic Aperture Radar (AMI-SAR), a radar altimeter and other powerful instruments to measure ocean surface temperature and winds at sea. ERS-2, which overlapped with ERS-1, was launched in 1995 with an additional sensor for atmospheric ozone research. ERS 1 was taken out of action in 2000 after nine years of service.&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;Launch&lt;/th&gt;\n&lt;td&gt;1991-07-17&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;Polar, 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;100 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;35 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;782&amp;#8211;785km&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.5 degrees&lt;/td&gt;\n&lt;/tr&gt;\n\n&lt;/tbody&gt;\n&lt;/table&gt; \n&lt;/div&gt;",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 6591,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 2209,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/6588/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8063/?format=api",
                    "relatedTo": {
                        "ob_id": 6591,
                        "uuid": "92449a2c20834a2287b57c1738498b53",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}