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

{
    "ob_id": 6563,
    "uuid": "2577f42b28a1d76c2e7c9d485e4a945a",
    "title": "APPRAISE CLOUDS: aerosols concentration measurements from the University of Manchester Scanning Mobility Particle Sizer deployed at the Chilbolton Observatory, Hampshire",
    "abstract": "Data were collected on the 27th of November 2008 and on the 6th of January 2009 by the University of Manchester scanning mobility particle sizer at the Chilbolton site in support of the FAAM Campaign in the South-West of England. The dataset contains measurements of concentrations of aerosols of specific sizes.\r\n\r\nThe data were collected for use in the ICE project, which is one of multiple projects within the APPRAISE (Aerosol Properties, PRocesses And Influences on the Earth's climate) programme.",
    "keywords": "appraise, cloud, aerosols concentrations",
    "publicationState": "published",
    "dataPublishedTime": "2011-06-16T13:46:50",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/6564/?format=api",
        "dataPath": "/badc/appraise/data/clouds/man-smps",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 19270919,
        "numberOfFiles": 3,
        "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\r\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\r\n&lt;p&gt;The standard formats for the APPRAISE programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \r\nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.&lt;/p&gt;\r\n&lt;p&gt;\r\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\r\n&lt;/p&gt;&lt;/div&gt;\r\n\r\n\r\n"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1928/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/525/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
    ],
    "dataLineage": "Data for the period 2005 to 2010, provided as is by the APPRAISE campaign participants for archiving at the BADC.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4286/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4283/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4287/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4284/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4272/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/6527/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12229/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28347/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28349/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28350/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28351/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41560/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41564/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46832/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28348/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41561/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28353/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71567/?format=api"
    ],
    "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/6565/?format=api",
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}