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

{
    "ob_id": 37379,
    "computationComponent": [
        {
            "ob_id": 37380,
            "uuid": "94eae3a57e984e2ba1920f5f775511d3",
            "title": "Derivation of ESA Land Surface Temperature Climate Change Initiative (LST_cci): Multi-Functional Transport Satellite (MTSAT) level 3 (L3U) product (2009-2015), version 1.00",
            "abstract": "For 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": 37378,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 13303,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/34755/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/34753/?format=api",
                    "relatedTo": {
                        "ob_id": 37378,
                        "uuid": "cbefad86db1d4b56b9dbd71752c8444e",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 13304,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/34756/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/34753/?format=api",
                    "relatedTo": {
                        "ob_id": 37378,
                        "uuid": "cbefad86db1d4b56b9dbd71752c8444e",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/178567/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/178568/?format=api"
    ]
}