A nested view set for model Variation.

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

{
    "id": 452,
    "url": "https://api.purplme.com/variants/35/variations/452/?format=api",
    "variant": {
        "id": 35,
        "url": "https://api.purplme.com/variants/35/?format=api",
        "name": "course type"
    },
    "value": "1 year support",
    "datetime_created": "2026-03-31T14:54:52.755523Z",
    "datetime_updated": "2026-03-31T14:54:52.755540Z"
}