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

{
    "ob_id": 43874,
    "computationComponent": [
        {
            "ob_id": 43873,
            "uuid": "dcae52d88dea47e0947e2eed2e08bd31",
            "title": "Met Office Hadley Centre Daily Central England Temperature series v2 Data Processing Procedure",
            "abstract": "The Met Office Hadley Centre Central England Temperature series is computed through a series of processes applied to temperature observations from a range of sites around Central England.\r\n\r\nFor a description of this process please see Packman (2025, https://doi.org/10.5281/zenodo.15131212) linked to on this record.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 43867,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 14281,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/44246/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/44245/?format=api",
                    "relatedTo": {
                        "ob_id": 43867,
                        "uuid": "53730973f000415c8858006e54de7e02",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14259,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/43639/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/43869/?format=api",
                    "relatedTo": {
                        "ob_id": 43867,
                        "uuid": "53730973f000415c8858006e54de7e02",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14260,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/43638/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/43868/?format=api",
                    "relatedTo": {
                        "ob_id": 43867,
                        "uuid": "53730973f000415c8858006e54de7e02",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14242,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/27/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/34/?format=api",
                    "relatedTo": {
                        "ob_id": 43867,
                        "uuid": "53730973f000415c8858006e54de7e02",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14244,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/28/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/35/?format=api",
                    "relatedTo": {
                        "ob_id": 43867,
                        "uuid": "53730973f000415c8858006e54de7e02",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14246,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/29/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/36/?format=api",
                    "relatedTo": {
                        "ob_id": 43867,
                        "uuid": "53730973f000415c8858006e54de7e02",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14248,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/30/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/37/?format=api",
                    "relatedTo": {
                        "ob_id": 43867,
                        "uuid": "53730973f000415c8858006e54de7e02",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14250,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/31/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/38/?format=api",
                    "relatedTo": {
                        "ob_id": 43867,
                        "uuid": "53730973f000415c8858006e54de7e02",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209733/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209734/?format=api"
    ]
}