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

{
    "ob_id": 32692,
    "uuid": "36dae49c76f845a18062fa96599be719",
    "title": "ESA Antarctic Ice Sheet Climate Change Initiative (Antarctic_Ice_Sheet_cci): Antarctic Ice Sheet monthly Gravimetric Mass Balance gridded product, v3.0,  2002 - 2020",
    "abstract": "This dataset contains the Gravimetric Mass Balance (GMB) gridded product for the Antarctic Ice Sheet (AIS), generated by TU Dresden as part of the ESA Antarctic Ice Sheet Climate Change Initiatve (Antarctic_Ice_Sheet_cci).  \r\n\r\nThe Gravimetric Mass Balance (GMB) product for the Antarctic Ice Sheet (AIS) is based on monthly snapshots of the Earth’s gravity field provided by the Gravity Recovery and Climate Experiment (GRACE) and its follow-on satellite mission (GRACE-FO). The product relies on monthly gravity field solutions (L2) of release 06 generated at the Center for Space Research (University of Texas at Austin) and spans the period from April 2002 through July 2020. The GMB product covers the full GRACE mission period (April 2002 - June 2017) and is extended by means of GRACE-FO data starting from June 2018, thus including 187 monthly solutions. The mass change estimation is based on the tailored sensitivity kernel approach developed at TU Dresden.  (Groh & Horwath, 2021)\r\n\r\nThe GMB gridded product comprises time series of ice mass changes for cells of polar-stereographic grid with a sampling of 50x50 km² covering the entire AIS.  A GMB basin product is also available as a separate dataset.\r\n\r\nGroh, A. & Horwath, M. (2021). Antarctic Ice Mass Change Products from GRACE/GRACE-FO Using Tailored Sensitivity Kernels. Remote Sens., 13(9), 1736. doi:10.3390/rs13091736",
    "keywords": "ESA CCI, Antarctica, Ice Sheet Mass Balance, GRACE, GRACE-FO",
    "publicationState": "citable",
    "dataPublishedTime": "2021-06-17T14:09:06",
    "doiPublishedTime": "2021-06-28T16:02:33.560851",
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32741/?format=api",
        "dataPath": "/neodc/esacci/ice_sheets_antarctica/data/gravimetric_mass_balance/gridded/v3.0/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 17719816,
        "numberOfFiles": 2,
        "fileFormat": "Data are in NetCDF format"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8954/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2779/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "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/67723/?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": "The data were generated by TU Dresden within the ESA Antarctic Ice Sheet CCI project and deposited at the Centre for Environmental Data Analysis (CEDA) for archiving and distribution via the CCI Open Data Portal.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10899/?format=api"
    ],
    "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/146443/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145768/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145769/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145770/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145771/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145772/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145773/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145767/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145775/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145774/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32698/?format=api",
    "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"
        },
        {
            "ob_id": 1140,
            "name": "ESACCI"
        }
    ]
}