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

{
    "ob_id": 31873,
    "computationComponent": [
        {
            "ob_id": 31874,
            "uuid": "43f60a9940aa49c184ff890348dac088",
            "title": "UoL_FP: University of Leicester Full-Physics retrieval algorithm for retrieval of CO2  from TANSAT data",
            "abstract": "The University of Leicester Full-Physics Retrieval Algorithm (UoL-FP) is an optical estimation retrieval algorithm for TanSat (and other satellites). It is also known as OCFP as it was initially developed to work for the OCO (Orbiting Carbon Observatory) satellite, but has been adapted for other instruments.\r\n \r\nFor the CO2 Full Physics product, it utilises the O2-A absorption band along with the weak CO2 band located at 1.6 um respectively to retrieve XCO2 (the column-average dry-air mole fraction of atmospheric CO2). The explicit consideration of scattering by this approach reduces potential systematic biases due to clouds or aerosols.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 31875,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12401,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/31876/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/31877/?format=api",
                    "relatedTo": {
                        "ob_id": 31875,
                        "uuid": "ca5b979b19204cb19c7865ace44b6328",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140732/?format=api"
    ]
}