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

{
    "ob_id": 8598,
    "computationComponent": [
        {
            "ob_id": 8595,
            "uuid": "bfe15e90acdd4b3d9ae1545eeb3dd169",
            "title": "MORSE MIPAS retrieval processor deployed on Oxford Computer",
            "abstract": "This computation involved: MORSE MIPAS retrieval processor deployed on Oxford Computer.  MORSE (MIPAS Orbital Retrieval using Sequential Estimation) is a FORTRAN77 program developed under NERC's Earth Observation Enabling Fund to allow (mainly) UK groups to perform their own retrievals of atmospheric profiles from MIPAS spectra. \n\nThe program was developed by Anu Dudhia, University of Oxford.\n\nMetadata document  \n\nMetadata document",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5503/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5505/?format=api"
            ]
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 8597,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 2637,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/846/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8541/?format=api",
                    "relatedTo": {
                        "ob_id": 8597,
                        "uuid": "d5101de07f484c58ad6486bc3600de4d",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}