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

{
    "ob_id": 10909,
    "computationComponent": [
        {
            "ob_id": 10905,
            "uuid": "8578ab59341f4b5fb99360c974605e42",
            "title": "Deployed on Aqua Satellite, part of the Earth Observation System Afternoon Constellation (EOS-PM)",
            "abstract": "Deployed on Aqua Satellite, part of the Earth Observation System Afternoon Constellation (EOS-PM).  Aqua, launched on 4th April 2002, is a polar-orbiting satellite within the Afternoon Constellation (A-Train) that have equator crossings around 13:30 and 01:30 under NASA's Earth Obseration System (EOS). The satellite carries Atmospheric Infrared Sounder (AIRS), Advanced Microwave Sounding Unit (AMSU-A), Humidity Sounder for Brazil (HSB), Advanced Microwave Scanning Radiometer for EOS (AMSR-E), Moderate-Resolution Imaging Spectroradiometer (MODIS) and Clouds and the Earth's Radiant Energy System (CERES), and these collect data on the Earth's atmospheric conditions, snow and ice, sea surface temperature and ocean productivity, and soil moisture.\r\n\r\nAqua is the only satellite in the Aqua mission, and it is a part of the Afternoon Constellation, a group of polar-orbiting satellites sharing the same orbit that all have equator crossings around 13:30 and 01:30. The Satellite was launched on 4th April 2002.\r\n\r\nThe Atmospheric Infrared Sounder (AIRS)&lt;/li&gt;\r\nThe Advanced Microwave Sounding Unit (AMSU-A)&lt;/li&gt;\r\nThe Humidity Sounder for Brazil (HSB)&lt;/li&gt;\r\nThe Advanced Microwave Scanning Radiometer for EOS (AMSR-E)&lt;/li&gt;\r\nThe Moderate-Resolution Imaging Spectroradiometer (MODIS)&lt;/li&gt;\r\nThe Clouds and the Earth's Radiant Energy System (CERES)&lt;/li&gt;\r\n\r\nThese instruments collects data on atmospheric conditions, snow and ice, sea surface temperature and ocean productivity and soil moisture.\r\n",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 10908,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 3842,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/10906/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/10898/?format=api",
                    "relatedTo": {
                        "ob_id": 10908,
                        "uuid": "e280896efade4dd3ae8ee6e0b65dcf46",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 11762,
                    "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": 10908,
                        "uuid": "e280896efade4dd3ae8ee6e0b65dcf46",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}