GET /api/collections/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Link: <https://uhepp.org/c/1/>; rel="ui"
Vary: Accept

{
    "id": 1,
    "title": "Demo",
    "owner": "https://uhepp.org/api/users/cern-fsauerbu/?format=api",
    "url": "https://uhepp.org/api/collections/1/?format=api",
    "visibility": 30,
    "description": "This is the collection from the \"Getting started\" guide",
    "plots": [
        "https://uhepp.org/api/plots/da134bfb-e98f-4714-a92c-0046c7377dda/?format=api",
        "https://uhepp.org/api/plots/45fa2228-b6c3-4a8c-a589-42e21fde7159/?format=api",
        "https://uhepp.org/api/plots/a378d2b0-cde2-4266-be9b-85945d94880d/?format=api",
        "https://uhepp.org/api/plots/9821da74-8b16-4127-b5de-8b6caabd6800/?format=api"
    ]
}