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

{
    "ob_id": 25857,
    "computationComponent": [
        {
            "ob_id": 25856,
            "uuid": "9b400f465efa4f978e84dad046f0f7d9",
            "title": "MODIS Fire_CCI Burned Area Computation",
            "abstract": "The ESA Fire Disturbance Climate Change Initiative (CCI) project has produced maps of global burned areas developed from satellite observations.\r\n\r\nThe Burned Area (BA) algorithm used for producing the final Fire_CCI BA product is a hybrid approach, combining information on active fires and temporal changes in relectance.  The algorithm is described in the Fire_CCI Algorithm Theoretical Basis Document (Lizundia et al. 2018).",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 25855,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 11731,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/10897/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/10898/?format=api",
                    "relatedTo": {
                        "ob_id": 25855,
                        "uuid": "280deb3b3c7f46d0a29a80cb60c3c448",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108184/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108185/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108186/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108187/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108183/?format=api"
    ]
}