A nested view set for model Variation.

GET /variants/34/variations/451/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "id": 451,
    "url": "https://api.purplme.com/variants/34/variations/451/?format=api",
    "variant": {
        "id": 34,
        "url": "https://api.purplme.com/variants/34/?format=api",
        "name": "course type"
    },
    "value": "Self Study",
    "datetime_created": "2026-03-31T14:47:55.080762Z",
    "datetime_updated": "2026-03-31T14:47:55.080777Z"
}