A nested view set for model Variation.

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 423,
            "url": "https://api.purplme.com/variants/24/variations/423/?format=api",
            "variant": {
                "id": 24,
                "url": "https://api.purplme.com/variants/24/?format=api",
                "name": "Plan"
            },
            "value": "Standard",
            "datetime_created": "2025-12-16T17:34:34.821340Z",
            "datetime_updated": "2025-12-16T17:34:34.821358Z"
        },
        {
            "id": 425,
            "url": "https://api.purplme.com/variants/24/variations/425/?format=api",
            "variant": {
                "id": 24,
                "url": "https://api.purplme.com/variants/24/?format=api",
                "name": "Plan"
            },
            "value": "497",
            "datetime_created": "2026-01-28T12:33:41.573514Z",
            "datetime_updated": "2026-01-28T12:33:41.573531Z"
        }
    ]
}