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

{
    "ob_id": 44603,
    "computationComponent": [
        {
            "ob_id": 44605,
            "uuid": "f31d788506b94aab8822d8c3c98a958f",
            "title": "Derivation of ESA Land Surface Temperature Climate Change Initiative (LST_cci): Multisensor Infra-Red (IR) Low Earth Orbit (LEO) Land surface temperature (LST) time series level 3 supercollated (L3S) global product (1995-2020), version 3.00, daily and monthly products",
            "abstract": "For more information on the retrieval algorithm used see the documentation on the LST CCI webpage.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 44604,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 14312,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/7813/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/5566/?format=api",
                    "relatedTo": {
                        "ob_id": 44604,
                        "uuid": "1b66d0dce4bf456180293dee04708cfb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14313,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/846/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/847/?format=api",
                    "relatedTo": {
                        "ob_id": 44604,
                        "uuid": "1b66d0dce4bf456180293dee04708cfb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14315,
                    "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": 44604,
                        "uuid": "1b66d0dce4bf456180293dee04708cfb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14314,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/26990/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/19032/?format=api",
                    "relatedTo": {
                        "ob_id": 44604,
                        "uuid": "1b66d0dce4bf456180293dee04708cfb",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213524/?format=api"
    ]
}