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

{
    "ob_id": 13205,
    "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": 13160,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 4326,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/6/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1665/?format=api",
                    "relatedTo": {
                        "ob_id": 13160,
                        "uuid": "5c65c4f8b22d446fb27afbea115dde6d",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 4327,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/6/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/2549/?format=api",
                    "relatedTo": {
                        "ob_id": 13160,
                        "uuid": "5c65c4f8b22d446fb27afbea115dde6d",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 4328,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/2650/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1723/?format=api",
                    "relatedTo": {
                        "ob_id": 13160,
                        "uuid": "5c65c4f8b22d446fb27afbea115dde6d",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 4329,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1838/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1701/?format=api",
                    "relatedTo": {
                        "ob_id": 13160,
                        "uuid": "5c65c4f8b22d446fb27afbea115dde6d",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 4636,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/3338/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1701/?format=api",
                    "relatedTo": {
                        "ob_id": 13160,
                        "uuid": "5c65c4f8b22d446fb27afbea115dde6d",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 4642,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1867/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1701/?format=api",
                    "relatedTo": {
                        "ob_id": 13160,
                        "uuid": "5c65c4f8b22d446fb27afbea115dde6d",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50633/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50632/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50634/?format=api"
    ]
}