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

{
    "ob_id": 28847,
    "computationComponent": [
        {
            "ob_id": 28843,
            "uuid": "587fc6b61a3045ee82b191232d11e5b5",
            "title": "FIDUCEO AVHRR AOD computation V1.0",
            "abstract": "The algorithm used to produce the AVHRRAerosol demonstration dataset is described inthe doumentation along with links to the processing software. The AVHRR instrument, which was designed for cloud and land observations,is a weak instrument if it is used for  the  retrieval  of  a  Climate  Data  Record  (CDR)  of  Aerosol  Optical Depth  (AOD)  over  land,  because  of  its small  information  content  with  practically  only  one  useful  channel  with  uncertain  calibration.  However, AVHRR offers a long historic record back to 1978 from the series of instruments flown on NOAA and METOP platforms.AOD can be inverted from top-of-atmosphere (TOA) reflectance measurements in the red band, (directional) surface albedo estimated from the mid-infraredchannel at 3.7 μm and a vegetation index, and byassuming optical properties of atmospheric aerosol (aerosol type) from a multi-model based climatology.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 28842,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12280,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/1824/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1817/?format=api",
                    "relatedTo": {
                        "ob_id": 28842,
                        "uuid": "748307dfdae24eef936f3a92a72137fd",
                        "short_code": "acq"
                    }
                },
                {
                    "ob_id": 12281,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/27174/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/1817/?format=api",
                    "relatedTo": {
                        "ob_id": 28842,
                        "uuid": "748307dfdae24eef936f3a92a72137fd",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}