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

{
    "ob_id": 10901,
    "computationComponent": [
        {
            "ob_id": 10896,
            "uuid": "624aea811ddb4e31811ba840f98779b0",
            "title": "Deployed on Terra Satellite, part of the Earth Observation System Morning Constellation (EOS-AM)",
            "abstract": "Deployed on Terra Satellite, part of the Earth Observation System Morning Constellation (EOS-AM).  Terra, launched on 18th December 1999, is a polar-orbiting satellite within the Morning Constellation that have equator crossings around 10:30 and 22:30 under NASA's Earth Obseration System (EOS). The satellite carries the Advanced Spaceborne Thermal Emission and Reflection Radiometer (ASTER), the Clouds and Earth's Radiant Energy System (CERES), the Measurements of Pollution in the Troposphere (MOPITT), the Moderate Resolution Imaging Spectroradiometer (MODIS) and the Multi-angle Imaging Spectroradiometer (MISR), and these collect data on the Earth's atmosphere, ocean, land, snow and ice, and energy budget.\r\n\r\nTerra is the only satellite in the Terra mission, and it is a part of the Morning Constellation, which is a group of polar-orbiting satellites sharing the same orbit that all have equator crossings around 10:30 and 22:30. The Satellite was launched on 18th December 1999.\r\n\r\nTerra carries five instruments:\r\n\r\nThe Advanced Spaceborne Thermal Emission and Reflection Radiometer (ASTER)&lt;/li&gt;\r\nThe Clouds and Earth's Radiant Energy System (CERES)&lt;/li&gt;\r\nThe Measurements of Pollution in the Troposphere (MOPITT)&lt;/li&gt;\r\nThe Moderate Resolution Imaging Spectroradiometer (MODIS)&lt;/li&gt;\r\nThe Multi-angle Imaging Spectroradiometer (MISR)&lt;/li&gt;\r\n\r\nThese instruments collects data on atmosphere, ocean, land, snow and ice, and energy budget.\r\n",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 10900,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 3841,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/10897/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/10898/?format=api",
                    "relatedTo": {
                        "ob_id": 10900,
                        "uuid": "f980d6776db44e9e87db047c97141345",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}