Get a list of Observation objects.

### Available end points:

- `/observations/` - Will list all Results in the database
- `/observations.json` - Will return all Results in json format. This can
also be achieved by using the accept header. `application/json`
- `/observations/<object_id>/` - Returns Results object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `title`
- `uuid`
- `keywords`
- `status`
- `result_field`
- `discoveryKeywords`
- `updateFrequency`
- `nonGeographicFlag`
- `publicationState`
- `permissions`

### How to use filters:

These filters can be used like django query filters using __ for related model relationships.

- `/observations/?uuid=d594d53df2612bbd89c2e0e770b5c1a0`
- `/observations/?status=completed`
- `/observations/?results_field__dataPath__startswith=/neodc/esacci`
- `/observations/?discoveryKeywords__name=ESACCI`
- `/observations/?nonGeographicFlag=True`

Filters can be stacked to build an 'AND' relationship. E.g.

- `/observations/?publicationState__in=published,citable&nonGeographicFlag=True`
- `/observations/?publicationState__in=published,citable&discoveryKeyword__name=NDGO0003`

GET /api/v2/observations/43026/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 43026,
    "uuid": "8d7f2727efee45d88544608e2c7bf20d",
    "title": "Idealised outputs on effects of tides and waves on delta development using the model Delft3D on a 36 and 72 year scale.",
    "abstract": "This dataset includes model outputs of velocities, depths, sediment concentrations, and wave conditions, amongst others. The simulations model an idealised coast (19.75 km alongshore by 9 km cross-shore) and river (width 250 m by length 50 km) with constant discharge of water (1280 m3 s-1) and sediment (128 kg s-1), and with various combinations of significant wave height (up to 2 m) and tidal range (up to 6 m). They represent either 36 or 72 years of morphological development, starting from January 1, 2022. The simulations were generated using the open source model Delft3D. The data outputs were designed to explore the potential limiting effects of wave height and tidal range on delta formation. The results demonstrate that large enough combinations of these processes may prevent deltas from forming. Also included in the dataset are input files necessary to run the model code, and animations showing various processes over time in addition to bathymetry. The outputs were generated under the Natural Environment Research Council (NERC) Envision Doctoral Training Partnership (grant number: NE/S007423/1).",
    "keywords": "oceans, geoscientificInformation",
    "publicationState": "citable",
    "dataPublishedTime": "2024-06-07T17:57:24",
    "doiPublishedTime": "2024-06-07T17:57:24",
    "updateFrequency": "",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43025/?format=api",
        "dataPath": "/bodc/nfe240101",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 2633969823121,
        "numberOfFiles": 10847,
        "fileFormat": null
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/11807/?format=api",
    "geographicExtent": null,
    "nonGeographicFlag": true,
    "phenomena": [],
    "dataLineage": "The data are archived on the British Oceanographic Data Centre (BODC)'s space at the Centre for Environmental Data Analysis (CEDA) and assigned a DOI. No quality control procedures were applied by BODC.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13145/?format=api"
    ],
    "projects": [],
    "observationcollection_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204432/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204431/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204427/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204428/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204429/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204433/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204434/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204436/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204430/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204437/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204435/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204438/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": []
}