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

{
    "ob_id": 45279,
    "computationComponent": [
        {
            "ob_id": 45280,
            "uuid": "a70005a91d5642a78a8342ca01b2ad9c",
            "title": "Computation of the gridded ammonia (NH3) monthly L3 data from IASI/Metop-A/B/C",
            "abstract": "This long-term dataset has been created from the ANNI version 4 NH3 L2 data retrieved from IASI/Metop-A/B/C data. Detailed information on the L2 algorithm can be found in Clarisse et al. (2023). Detailed information on the L3 algorithm can be found in the Algorithm Theoretical Basis Document.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 45281,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 14431,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8207/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8300/?format=api",
                    "relatedTo": {
                        "ob_id": 45281,
                        "uuid": "c2af792c03e748d0a97fb85c879dc872",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14432,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8299/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8300/?format=api",
                    "relatedTo": {
                        "ob_id": 45281,
                        "uuid": "c2af792c03e748d0a97fb85c879dc872",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 14433,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/32134/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8300/?format=api",
                    "relatedTo": {
                        "ob_id": 45281,
                        "uuid": "c2af792c03e748d0a97fb85c879dc872",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216577/?format=api"
    ]
}