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

{
    "ob_id": 11475,
    "computationComponent": [
        {
            "ob_id": 11473,
            "uuid": "542abed2e3b94baa964d98b10fd7994e",
            "title": "DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Geostationary Operational Environmental Satellite - GOES-9 or GOES-J",
            "abstract": "This computation involved: DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE. deployed on Geostationary Operational Environmental Satellite - GOES-9 or GOES-J.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 11474,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 716,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1860/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1846/?format=api",
                    "relatedTo": {
                        "ob_id": 11474,
                        "uuid": "e3cd0fe6b5b54fbe8ca43893ff85f721",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 3862,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1772/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1701/?format=api",
                    "relatedTo": {
                        "ob_id": 11474,
                        "uuid": "e3cd0fe6b5b54fbe8ca43893ff85f721",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 3953,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1779/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1701/?format=api",
                    "relatedTo": {
                        "ob_id": 11474,
                        "uuid": "e3cd0fe6b5b54fbe8ca43893ff85f721",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 3960,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1860/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1846/?format=api",
                    "relatedTo": {
                        "ob_id": 11474,
                        "uuid": "e3cd0fe6b5b54fbe8ca43893ff85f721",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 3860,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1838/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1701/?format=api",
                    "relatedTo": {
                        "ob_id": 11474,
                        "uuid": "e3cd0fe6b5b54fbe8ca43893ff85f721",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}