A nested view set for model Variation.

GET /variants/25/variations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 424,
            "url": "https://api.purplme.com/variants/25/variations/424/?format=api",
            "variant": {
                "id": 25,
                "url": "https://api.purplme.com/variants/25/?format=api",
                "name": "Session Type"
            },
            "value": "497",
            "datetime_created": "2026-01-28T12:26:54.205830Z",
            "datetime_updated": "2026-01-28T12:26:54.205844Z"
        }
    ]
}