GET /v1/group/9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 9,
    "name": "Waves Sample",
    "url": "https://api.tidetech.org/v1/group/9/?format=api",
    "datasets": [
        {
            "name": "swell-sample",
            "url": "https://api.tidetech.org/v1/dataset/swell-sample/?format=api"
        },
        {
            "name": "total-wave-sample",
            "url": "https://api.tidetech.org/v1/dataset/total-wave-sample/?format=api"
        },
        {
            "name": "wave-all-sample",
            "url": "https://api.tidetech.org/v1/dataset/wave-all-sample/?format=api"
        },
        {
            "name": "wind-wave-sample",
            "url": "https://api.tidetech.org/v1/dataset/wind-wave-sample/?format=api"
        }
    ]
}