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

{
    "ob_id": 850,
    "computationComponent": [
        {
            "ob_id": 845,
            "uuid": "c5c440179ddf47399f7fddc4bc883b81",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Envisat",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Envisat.  In March 2002, the European Space Agency launched Envisat, an advanced polar-orbiting Earth observation satellite which provides measurements of the atmosphere, ocean, land, and ice. The Envisat satellite has a payload of 10 instruments that will ensure the continuity of the data measurements of the ESA ERS satellites. Envisat data supports earth science research and allows monitoring of the evolution of environmental and climatic changes.\n\n&lt;div property=\"cedacat:introduction\"&gt;\n&lt;div class=\"introduction\"&gt;Introduction&lt;/div&gt;\n&lt;p&gt;Envisat flies in a sun-synchronous polar orbit of about 800-km altitude. The repeat cycle of the reference orbit is 35 days, and for most sensors, being wide swath, it provides a complete coverage of the globe within one to three days. The exceptions are the profiling instruments MWR and RA-2 which do not provide real global coverage, but span a tight grid of measurements over the globe. This grid is the same 35-day repeat pattern which has been well established by ERS-1 and ERS-2.&lt;/p&gt;\n&lt;p&gt;\nIn order to ensure an efficient and optimum use of the system resources and to guarantee the achievement of the mission objectives Envisat reference mission operation profiles are established and used for mission and system analyses to define the instrument operational strategies, the command and control, and the data transmission, processing and distribution scenarios.\n&lt;/p&gt;\n&lt;p&gt;\nMission and operation requirements\n&lt;br /&gt;\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Sun-synchronous polar orbit (SSO): Nominal reference orbit of mean altitude 800 km, 35 days repeat cycle, 10:00 AM mean local solar time (MLST) descending node, 98.55 deg. inclination. \n&lt;/li&gt;&lt;li&gt;The orbit is controlled to a maximum deviation of +/- 1 km from ground track and +/- 5 minutes on the equator crossing MLST. \n&lt;/li&gt;&lt;li&gt;Recording of payload data over each orbit for low bit rate (4.6 Mps) on tape recorders or solid state recorder (SSR). \n&lt;/li&gt;&lt;li&gt;High rate data (ASAR and MERIS) to be accessible by direct telemetry or recording on SSR. \n&lt;/li&gt;&lt;/ul&gt;\nPayload:\n&lt;ul&gt;\n&lt;li&gt;ASAR - Advanced Synthetic Aperture Radar \n&lt;/li&gt;&lt;li&gt;MERIS - MEdium-spectral Resolution, Imaging Spectrometer \n&lt;/li&gt;&lt;li&gt;AATSR - Advanced Along Track Scanning Radiometer \n&lt;/li&gt;&lt;li&gt;RA-2 - Radar Altimeter 2\n&lt;/li&gt;&lt;li&gt;MWR - MicroWave Radiometer \n&lt;/li&gt;&lt;li&gt;GOMOS - Global Ozone Monitoring by Occultation of Stars\n&lt;/li&gt;&lt;li&gt;MIPAS - Michelson Interferometer for Passive Atmospheric Sounding \n&lt;/li&gt;&lt;li&gt;SCIAMACHY - Scanning Imaging Absorption Spectrometer for Atmospheric Chartography\n&lt;/li&gt;&lt;li&gt;DORIS - Doppler Orbitography and Radio-positioning Integrated by Satellite instrument \n&lt;/li&gt;&lt;li&gt;LRR - Laser Retro-Reflector\n&lt;/li&gt;&lt;/ul&gt;\n&lt;p /&gt;\n&lt;/div&gt;",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 849,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 322,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/846/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/847/?format=api",
                    "relatedTo": {
                        "ob_id": 849,
                        "uuid": "da6a54e2c9c64e6b8cc57110764085b9",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}