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

{
    "ob_id": 32487,
    "uuid": "5631c55a2caa4cd2bcdf1bf75365bcc8",
    "title": "APHH: High Resolution Time of Flight Mass Spectrometer measurements made at the Indira Gandhi Delhi Technical University for Women (IGDTUW) site during the DelhiFlux field campaigns",
    "abstract": "This dataset contains Organic aerosols, NO3-, SO4=, Cl- and NH4+ submicron concentrations in µg m-3 measured with High Resolution Time of Flight Aerosol Mass Spectrometer (HR-ToF-AMS) and Organic aerosol factors (Cooking Organic Aerosol (COA), Nitrogen-rich Hydrocarbon-like Organic Aerosol (NHOA), Solid-Fuel Organic Aerosol (SFOA), Hydrocarbon-like Organic Aerosol (HOA), Semi-Volatility Biomass Burning Organic Aerosol (SVBBOA), Low-Volatility Oxygenated Organic Aerosol (LVOOA), Semi-Volatility Oxygenated Organic Aerosol (SVOOA)) identified using positive matrix factorization. The instrument was located at the Indira Gandhi Delhi Technical University for Women (IGDTUW) from May to Nov 2018. The instrument sampled initially at 7 m above ground level, then was moved to 35 m above ground on the 5th of November 2018.\r\n\r\nThe data were collected as part of the DelhiFlux project under the Air Pollution & Human Health in a Developing Indian Megacity (APHH-India) programme, and the UKCEH’s SUNRISE programme delivering National Capability to NERC.",
    "keywords": "APHH, Delhi, HOA, LVOOA, BBOA, COA and SVOOA",
    "publicationState": "published",
    "dataPublishedTime": "2021-06-29T15:27:43",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32488/?format=api",
        "dataPath": "/badc/aphh/data/delhi/delhiflux/ceh-hr-tof-ams/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 2581629,
        "numberOfFiles": 3,
        "fileFormat": "Data are NASA Ames formatted."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8922/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2310/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67711/?format=api"
    ],
    "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/24808/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/30221/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32625/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144653/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144654/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144655/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144656/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144657/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144658/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144659/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144652/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144662/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144663/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144664/?format=api"
    ],
    "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32490/?format=api",
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "registered",
            "accessRoles": null,
            "label": "registered: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}