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

{
    "ob_id": 26784,
    "uuid": "35ea8189e75e4b6f95e7c86812080ecb",
    "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Gravimetric Mass Balance from GRACE data, derived by DTU Space,  v1.4",
    "abstract": "This dataset provides the Gravitational Mass Balance (GMB) product derived from gravimetry data from the GRACE satellite instrument, by DTU Space.  The data consists of two products: a mass change time series for the entire Greenland Ice Sheet and different drainage basins for the period April 2002 to June 2017; and mass trend grids for different 5-year periods between 2003 and 2017.   This version (1.4) is derived from GRACE monthly solutions provided by TU Graz (ITSG-Grace 2016), apart from August 2016 time series which is computed using the CRS-R05 solution.\r\n\r\nThe mass change time series contains the mass change (with respect to a chosen reference month) for all of the Greenland Ice Sheet and each individual drainage basin.  For each month (defined by a decimal year) a mass change in Gt and its associated error (also in Gt) is provided.   The mass trend grid product is given in units of mm water equivalent per year.\r\n\r\nMass balance is an important variable to understand glacial thinning and ablation rates to enable mapping glacier area change. The time series allows the longer term comparison of trends whereas the mass trend grids provide a yearly snapshot which can be further analysed and compared across the data set. \r\n\r\nBasin definitions and further data descriptions can be found in the Algorithm Theoretical Baseline Document (ST-DTU-ESA-GISCCI-ATBD-001_v3.1.pdf) and Product Specification Document (ST-DTU-ESA-GISCCI-PSD_v2.2.pdf) which are provided on the Greenland Ice Sheet CCI project website. \r\n\r\nCitation: \r\nBarletta, V. R., Sørensen, L. S., and Forsberg, R.: Scatter of mass changes estimates at basin scale for Greenland and Antarctica, The Cryosphere, 7, 1411-1432, doi:10.5194/tc-7-1411-2013, 2013.",
    "keywords": "Greenland, Ice sheet, CCI, ESA",
    "publicationState": "published",
    "dataPublishedTime": "2018-11-28T17:14:52",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26785/?format=api",
        "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_gravimetric_mass_balance/DTU_Space/v1.4/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 11690445,
        "numberOfFiles": 47,
        "fileFormat": "Mass trend data are provided in NetCDF format.   Time series data are provided in ascii and png format."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7219/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1635/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1636/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19006/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19007/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19008/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19009/?format=api"
    ],
    "dataLineage": "Data were processed by the ESA CCI Greenland Ice Sheet project team and supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112646/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112647/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112648/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112649/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112650/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112652/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112653/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112651/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        },
        {
            "ob_id": 1140,
            "name": "ESACCI"
        }
    ]
}