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

{
    "ob_id": 10948,
    "uuid": "683407ab96875d51b1194e6db00aa9c5",
    "title": "Ditton Park Archive: radio research physical record collection (1898-1981)",
    "abstract": "This dataset collection contains of records chronicling the pioneering radio research work that was carried out at Ditton Park in Slough from 1924 to 1979, and includes various physical artefacts such as reports, patent specifications and photographs from 1898 to 1981.\r\n\r\nIn 1920 the Department of Scientific and Industrial Research formed the Radio Research Board (which located at Ditton Park in 1924) to undertake valuable research into radio science. This was the beginning of a high-quality scientific establishment that was led by a team of enthusiastic and expert scientists including Admiral of the Fleet Sir Henry Jackson, Sir Edward Appleton, Sir Robert Watson-Watt, Robert Naismith and Reginald Leslie Smith-Rose.\r\n\r\nThe Radio Research Station (as it became known) was home to the invention of radar by Robert Watson-Watt and authoritative studies on ionospheric science. Over the years the Station amended its research programme to remain at the forefront of radio science while introducing new fields of study, this was reflected in the growth of space science research from the late 1950s.\r\n\r\nFollowing several name changes, the Station became the Appleton Laboratory in 1973 and remained so until the merger with the Rutherford Laboratory at Chilton in Oxfordshire in 1979.\r\n\r\nThe records in the archive include 1930s Appleton ionogram graphs, ionospheric recording books and correspondence between the Station and its employees working at Tromso in Norway for the 1932 International Polar Year.\r\n\r\nThe early work of the Station is recorded in the minutes of meetings and scientific reports while small collections of correspondence by members of the scientific staff are informative about specific projects and collaborations with other institutes within the United Kingdom and internationally.\r\n\r\nThere is a sizeable collection of photographs that provide a fascinating history of the facilities and equipment used and developed at the Station.",
    "keywords": "Ditton Park, radio, ionogram graphs",
    "discoveryKeywords": [],
    "publicationState": "published",
    "dataPublishedTime": "2011-10-10T12:39:41",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/10949/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/19821/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/19822/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/19824/?format=api"
    ],
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7293/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7294/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/39399/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/39400/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/39396/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42434/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42439/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/39406/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/39398/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/39397/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42435/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42436/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42437/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42438/?format=api"
    ]
}