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

{
    "ob_id": 10929,
    "computationComponent": [
        {
            "ob_id": 43585,
            "uuid": "c8effc64e12a4f51b8e303706540e4d0",
            "title": "ESA SAFE processor for generating AATSR multimission data into AT_1_RBT in SAFE format",
            "abstract": "The datasets have been fully reprocessed into a new product which aligns them with the format adopted by the instruments’ successors,  Sentinel-3 SLSTR, and includes the following updates from the former L1B datasets [AT1_TOA_1P / AT2_TOA_1P] generated by the ERS ATSR 3rd Reprocessing in 2013:\r\n\r\nImproved and extended Level 1B datasets, beginning with recovery of Level 0 data, via the reprocessing of Level 0 data to ungridded brightness temperature (UBT) scenes to Level 1A to retain extra instrument information.\r\n\r\nLevel 1B products in a Sentinel-SAFE/NetCDF format: a product folder containing NetCDF files and an XML manifest file, holding extensive metadata. This means new information is now available, such as per-pixel uncertainty estimates, associated meteorological data from ECMWF ERA-Interim, instrument scan and pixel quality information, and channel-specific exception and flag values.\r\n\r\nGeolocation improvement via orthogeolocation to a Digital Elevation Model.\r\n\r\nImproved surface classification via use of the Sentinel-3 Land Water Masks.\r\n\r\nImproved cloud information via a latitude correction within cloud look-up tables.",
            "keywords": "SAFE ATSR1 ATSR2 AATSR",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 10928,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 3846,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/7805/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8063/?format=api",
                    "relatedTo": {
                        "ob_id": 10928,
                        "uuid": "c83c56aeecc0489082083d8dab9397e9",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208765/?format=api"
    ]
}