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

{
    "ob_id": 8201,
    "computationComponent": [
        {
            "ob_id": 8196,
            "uuid": "61c88ab52f4243f78f00e53c6600290d",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Advanced Land Observing Satellite (ALOS)",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Advanced Land Observing Satellite (ALOS).  The Advanced Land Observing Satellite (ALOS) hosts the Advanced Visible and Near-Infrared Radiometer type 2 (AVNIR-2), the Panchromatic Remote sensing Instrument for Stereo Mapping (PRISM) and the Phased Array type-L band Synthetic Aperture Radar (PALSAR). The satellite, developed by the Japan Aerospace Exploration Agency (JAXA), was launched in 2006 and was active for 5 years. It has since lost power, but remains in orbit. It's mission included cartography, regional observation, disaster monitoring and resource surveying.\n\n&lt;div property=\"cedacat:introduction\"&gt;\n&lt;div class=\"introduction\"&gt;Introduction&lt;/div&gt;\n&lt;p&gt;The Advanced Land Observing Satellite (ALOS) holds the &lt;a href=\"http://badc.nerc.ac.uk/view/neodc.nerc.ac.uk__ATOM__DPT_68bd974a-17f5-11e4-9375-00163e251233\"&gt;Advanced Visible and Near-Infrared Radiometer type 2 (AVNIR-2)&lt;/a&gt;, the Panchromatic Remote sensing Instrument for Stereo Mapping (PRISM) and the &lt;a href=\"http://badc.nerc.ac.uk/view/neodc.nerc.ac.uk__ATOM__DPT_d29cb904-27b6-11e4-a0e1-00163e251233\"&gt;Phased Array type-L band Synthetic Aperture Radar (PALSAR)&lt;/a&gt;.\nThe satellite, developed by the Japan Aerospace Exploration Agency (JAXA), was launched in 2006 and was active for 5 years. It has since lost power, but remains in orbit. It's mission included cartography, regional observation, disaster monitoring and resource surveying. &lt;/p&gt;\n&lt;/div&gt;",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 8200,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 2563,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8197/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8198/?format=api",
                    "relatedTo": {
                        "ob_id": 8200,
                        "uuid": "3edabc2d1f1d46e9b4a2ad3a67212309",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}