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

{
    "ob_id": 27173,
    "computationComponent": [
        {
            "ob_id": 27171,
            "uuid": "021e524dfb064502b3eec9434514ff7b",
            "title": "Derivation of the EUSTACE/AASTI global clear-sky ice surface temperature data from the AVHRR series on the satellite swath with estimates of uncertainty components",
            "abstract": "Global clear-sky ice surface temperature data has been derived from thermal infrared satellite measurements from the AVHRR (Advanced Very High Resolution Radiometer) series.\r\n\r\nFor information on the algorithms used to derive this data see e.g. the EUSTACE scientific user guide (coming soon).",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 27172,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12026,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1809/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1817/?format=api",
                    "relatedTo": {
                        "ob_id": 27172,
                        "uuid": "59821624b4164c3eb7d1994b2ee468cb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12027,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1816/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1817/?format=api",
                    "relatedTo": {
                        "ob_id": 27172,
                        "uuid": "59821624b4164c3eb7d1994b2ee468cb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12028,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1824/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1817/?format=api",
                    "relatedTo": {
                        "ob_id": 27172,
                        "uuid": "59821624b4164c3eb7d1994b2ee468cb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12029,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1831/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1817/?format=api",
                    "relatedTo": {
                        "ob_id": 27172,
                        "uuid": "59821624b4164c3eb7d1994b2ee468cb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12030,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/27174/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1817/?format=api",
                    "relatedTo": {
                        "ob_id": 27172,
                        "uuid": "59821624b4164c3eb7d1994b2ee468cb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12031,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/27175/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1817/?format=api",
                    "relatedTo": {
                        "ob_id": 27172,
                        "uuid": "59821624b4164c3eb7d1994b2ee468cb",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12032,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8207/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1817/?format=api",
                    "relatedTo": {
                        "ob_id": 27172,
                        "uuid": "59821624b4164c3eb7d1994b2ee468cb",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113812/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113813/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113811/?format=api"
    ]
}