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

{
    "ob_id": 19012,
    "computationComponent": [],
    "acquisitionComponent": [
        {
            "ob_id": 14895,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 5598,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/51/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/61/?format=api",
                    "relatedTo": {
                        "ob_id": 14895,
                        "uuid": "8bab98c5f0284ea186729867012f05e4",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 5599,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/51/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/99/?format=api",
                    "relatedTo": {
                        "ob_id": 14895,
                        "uuid": "8bab98c5f0284ea186729867012f05e4",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71540/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71541/?format=api"
    ]
}