Get a list of Collections objects. Collections have a 1:1 mapping with Observations.

### Available end points:

- `/observationcollections/` - Will list all Collections in the database
- `/observationcollections.json` - Will return all Collections in json format
- `/observationcollections/<object_id>/` - Returns Collections object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `uuid`
- `title`
- `keywords`
- `discoveryKeywords`
- `publicationState`

### How to use filters:

- `/observationcollections/?uuid=ab4ca8d019d148f78afba1cd20872bdd`

- `/observationcollections.json?publicationState=citable`

GET /api/v2/observationcollections/6425/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 6425,
    "uuid": "10a35cc57d37c1da1657c1ca7856ec57",
    "title": "RAPID The Processes controlling dense water formation and transport on Arctic continental shelves: ice and tides output data from POLCOMS-CICE model",
    "abstract": "\"The Processes controlling dense water formation and transport on Arctic continental shelves\". This Project was led by Prof Andrew Willmott of the Proudman Oceanographic Laboratory, with co-investigators at the Proudman Oceanographic Laboratory and Keele University. \r\n\r\nThis dataset collection contains parameterisations for dense water production in polynyas for application in non-polynya resolving ocean circulation models, and results of the testing of these in a coupled sea ice-shelf sea POLCOMS-CICE model of the Barents Sea.\r\n\r\nThe Barents Sea is an important site for the production of dense intermediate water. Up to one half of this intermediate water flows into the North Atlantic over the Scotland-Greenland Ridge, constituting an important branch of the global thermohaline circulation. The presence of numerous coastal polynyas and the relatively low river input into the Barents Sea explain why this region is a significant site for water for water mass transformation. Parameterisations for dense water production in polynyas for application in non-polynya resolving ocean circulation models, were developed and tested in a coupled sea ice-shelf sea model of the Barents Sea. The latter were used to study present day water mass transformation processes and to predict how they will change in a warmer climate.\r\n\r\nRapid Climate Change (RAPID) was a £20 million, six-year (2001-2007) programme for the Natural Environment Research Council. The programme aimed to improve the ability to quantify the probability and magnitude of future rapid change in climate, with a main (but not exclusive) focus on the role of the Atlantic Ocean's Thermohaline Circulation.",
    "keywords": "RAPID, Climate change, tide, ice",
    "discoveryKeywords": [
        1138,
        1142
    ],
    "publicationState": "published",
    "dataPublishedTime": "2008-12-10T02:36:53",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/6426/?format=api"
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4213/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4214/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10434/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/27988/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/27989/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/27990/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/27994/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/27986/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41238/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41242/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/27987/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72432/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41239/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41240/?format=api"
    ]
}