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

{
    "ob_id": 19879,
    "uuid": "2d0422ea3c4047d5829d5fbdabe0c156",
    "title": "ESA Antarctic Ice Sheet Climate Change Initiative (Antarctic_Ice_Sheet_cci): Gravimetric Mass Balance Gridded product, v1.1",
    "abstract": "This dataset provides gridded Gravimetric Mass Balance 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 Gridded product.   Time series of gridded mass changes are provided in a polar-stereographic projection (EPSG:3031) with a grid resolution of 50 km x 50 km. The gridded changes are given in millimetre of equivalent water height (mm w.eq., or kg/m2). \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": "notPlanned",
    "status": "superseded",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/24696/?format=api",
        "dataPath": "/neodc/esacci/ice_sheets_antarctica/data/gravimetric_mass_balance/gridded/v1.1",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 34486436,
        "numberOfFiles": 4,
        "fileFormat": "Data are provided in netCDF, Ascii and GeoTiff formats"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/6697/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1742/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52192/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52193/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67713/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67722/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67724/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67725/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67726/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67727/?format=api"
    ],
    "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/101113/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101116/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111518/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101115/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101119/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105163/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105341/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101114/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111517/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101117/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101118/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "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"
        }
    ]
}