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

{
    "ob_id": 24695,
    "uuid": "200ff3bf37d744a48b48cb2e3565cace",
    "title": "ESA Antarctic Ice Sheet Climate Change Initiative (Antarctic_Ice_Sheet_cci): Gravimetric Mass Balance Basin products, v1.1",
    "abstract": "This dataset provides Gravimetric Mass Balance Basin data for the Antarctic Ice Sheet.   It has been produced in the framework of the Antarctic Ice Sheets Climate Change Initiative (CCI) project, under the lead of TU Dresden.   \r\n\r\nThe ice sheet mass balance, i.e. the change in ice mass over time, is determined using the US-German satellite gravimetry mission GRACE (Gravity Recovery and Climate Experiment). The Antarctic Ice Sheet CCI GMB products are based on the monthly GRACE solutions ITSG-Grace2016 by Technische Universität Graz, and comprises a time series of mass change grids covering the entire ice sheet (GMB Gridded product), along side mass change time series for different drainage basins (GMB Basin Product). \r\n\r\nThe dataset described here covers version 1.1 of the Basin product.   Mass change time series are provided for a number of drainage basins. They describe the evolution of ice mass relative to a modelled reference value, defined to be the GRACE-derived mass as of 2009-01-01. Respective time series are also derived for the total areas of the West Antarctic Ice Sheet, the East Antarctic Ice Sheet, the Antarctic Peninsula and the Antarctic Ice Sheet as a whole.\r\n\r\nIf publishing results based on this dataset, please cite the following: Groh, A., & Horwath, M. (2016). The method of tailored sensitivity kernels for GRACE mass change estimates. Geophysical Research Abstracts, 18, EGU2016-12065.\r\n\r\nInteractive data visualisation is available at: https://data1.geo.tu-dresden.de/ais_gmb/",
    "keywords": "Antarctic, Ice sheet, CCI, ESA",
    "publicationState": "published",
    "dataPublishedTime": "2016-11-24T00:00:00",
    "doiPublishedTime": null,
    "updateFrequency": "unknown",
    "status": "superseded",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/24697/?format=api",
        "dataPath": "/neodc/esacci/ice_sheets_antarctica/data/gravimetric_mass_balance/basin/v1.1",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 114055,
        "numberOfFiles": 3,
        "fileFormat": "Data are ASCII formatted."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/6696/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1742/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [],
    "dataLineage": "Data were produced by TU Dresden in the context of the ESA CCI Antarctic Ice Sheet project team and are archived on https://data1.geo.tu-dresden.de/ais_gmb/. They have been 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/24700/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24699/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101126/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111516/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111500/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101122/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101124/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101127/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101125/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105194/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105370/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101128/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111501/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101123/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/25331/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2534/?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_antarctic_terms_and_conditions.pdf",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}