A nested view set for model Variation.

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 449,
            "url": "https://api.purplme.com/variants/32/variations/449/?format=api",
            "variant": {
                "id": 32,
                "url": "https://api.purplme.com/variants/32/?format=api",
                "name": "type2"
            },
            "value": "pattern",
            "datetime_created": "2026-03-31T14:25:13.739586Z",
            "datetime_updated": "2026-03-31T14:25:13.739601Z"
        }
    ]
}