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

{
    "ob_id": 13988,
    "computationComponent": [],
    "acquisitionComponent": [
        {
            "ob_id": 1398,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 634,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/434/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/435/?format=api",
                    "relatedTo": {
                        "ob_id": 1398,
                        "uuid": "1ea7b700806640d1b9f2ed6bc8379607",
                        "short_code": "acq"
                    }
                }
            ]
        },
        {
            "ob_id": 1401,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 635,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1010/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/912/?format=api",
                    "relatedTo": {
                        "ob_id": 1401,
                        "uuid": "eb580dd4049a433699196e9c14c68410",
                        "short_code": "acq"
                    }
                }
            ]
        },
        {
            "ob_id": 1404,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 636,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1008/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/912/?format=api",
                    "relatedTo": {
                        "ob_id": 1404,
                        "uuid": "63716b2456f4472cb454cd367bddc020",
                        "short_code": "acq"
                    }
                }
            ]
        },
        {
            "ob_id": 1408,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 637,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1407/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/912/?format=api",
                    "relatedTo": {
                        "ob_id": 1408,
                        "uuid": "5debe54f296b4d019303e9f21fe81448",
                        "short_code": "acq"
                    }
                }
            ]
        },
        {
            "ob_id": 1411,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 638,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/434/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/448/?format=api",
                    "relatedTo": {
                        "ob_id": 1411,
                        "uuid": "f270c4cd833c4ff9bbfc9d17a9a60942",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}