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

{
    "ob_id": 8603,
    "computationComponent": [
        {
            "ob_id": 8601,
            "uuid": "07836c11409245d88a9fbd1cbcde44eb",
            "title": "Envisat - MIPAS (Michelson Interferometer for Passive Atmospheric Sounding (MIPAS) Instrument deployed on Oxford Computer",
            "abstract": "This computation involved: Envisat - MIPAS (Michelson Interferometer for Passive Atmospheric Sounding (MIPAS) Instrument deployed on Oxford Computer.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5508/?format=api"
            ]
        },
        {
            "ob_id": 8602,
            "uuid": "f1464143de3a4bdab21b0677e8f63c20",
            "title": "MORSE MIPAS retrieval processor deployed on Envisat",
            "abstract": "This computation involved: MORSE MIPAS retrieval processor deployed on Envisat.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5510/?format=api"
            ]
        }
    ],
    "acquisitionComponent": [],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}