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

{
    "ob_id": 470,
    "computationComponent": [
        {
            "ob_id": 465,
            "uuid": "1ab601c5c1bb45a7b69020ba8e96eee2",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Meteor-3 satellite",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Meteor-3 satellite.  The Meteor craft are weather observation satellites launched by the USSR. The Meteor satellites were designed to monitor atmospheric and sea-surface temperatures, humidity, radiation, sea ice conditions, snow-cover, and clouds.Meteor-3 was launched on August 15, 1991 from Plesetsk, Russia, and failed on 27th December 1994. Meteor-3 carried the second Total Ozone Mapping Spectrometer (TOMS) aloft as the first and the last American-built instrument to fly on a Soviet spacecraft.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 469,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 220,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/466/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/467/?format=api",
                    "relatedTo": {
                        "ob_id": 469,
                        "uuid": "052a473f68574fe98ee8350f68a26bf8",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}