GET /api/dandisets/000346/versions/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "version": "draft",
            "name": "Test dataset",
            "asset_count": 0,
            "active_uploads": 0,
            "size": 0,
            "status": "Invalid",
            "created": "2022-10-12T20:28:05.531703Z",
            "modified": "2023-06-20T00:56:22.657579Z",
            "dandiset": {
                "identifier": "000346",
                "created": "2022-10-12T20:28:05.513360Z",
                "modified": "2022-10-13T00:30:34.208564Z",
                "contact_person": "Griggs, Whitney",
                "embargo_status": "OPEN"
            }
        }
    ]
}