A nested view set for model Variation.

GET /variants/14/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": 193,
            "url": "https://api.purplme.com/variants/14/variations/193/?format=api",
            "variant": {
                "id": 14,
                "url": "https://api.purplme.com/variants/14/?format=api",
                "name": "Add-On"
            },
            "value": "Free Night Quota",
            "datetime_created": "2025-08-29T13:15:53.786482Z",
            "datetime_updated": "2025-08-29T13:15:53.786495Z"
        }
    ]
}