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

{
    "ob_id": 13204,
    "computationComponent": [
        {
            "ob_id": 13203,
            "uuid": "5f2c6f3844d548de8e78a14c2421ad46",
            "title": "ISLSCP -International Satellite Land Surface Climatology regular geo-temporal",
            "abstract": "The collection covers four areas : land cover, hydro-meteorology, radiation, and soils, spanning the 24 month period 1987-1988. The irregular data were taken and mapped to a common spatial resolution and grid (1 degree x 1 degree) except for one. Temporal resolution for most datasets is monthly; however, a few are at a finer resolution (e.g., 6-hourly). The data within the four areas are organized into five groups within this collection: vegetation, Hydrology and Soils, Snow, Ice and Oceans, Radiation and Clouds, and Near-Surface Meteorology.",
            "keywords": "ISLSCP, NASA",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 13156,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 4318,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/13157/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1202/?format=api",
                    "relatedTo": {
                        "ob_id": 13156,
                        "uuid": "ca8b011c83744e9eae10565232863efc",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 4319,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/4082/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1202/?format=api",
                    "relatedTo": {
                        "ob_id": 13156,
                        "uuid": "ca8b011c83744e9eae10565232863efc",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 4320,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/11944/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1202/?format=api",
                    "relatedTo": {
                        "ob_id": 13156,
                        "uuid": "ca8b011c83744e9eae10565232863efc",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50629/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50630/?format=api"
    ]
}