A nested view set for model Variation.

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "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"
        }
    ]
}