A nested view set for model Variation.

GET /variants/9/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": 168,
            "url": "https://api.purplme.com/variants/9/variations/168/?format=api",
            "variant": {
                "id": 9,
                "url": "https://api.purplme.com/variants/9/?format=api",
                "name": "V-Bucks"
            },
            "value": "13,500 V-Bucks",
            "datetime_created": "2025-08-29T13:15:42.268670Z",
            "datetime_updated": "2025-08-29T13:15:42.268683Z"
        },
        {
            "id": 409,
            "url": "https://api.purplme.com/variants/9/variations/409/?format=api",
            "variant": {
                "id": 9,
                "url": "https://api.purplme.com/variants/9/?format=api",
                "name": "V-Bucks"
            },
            "value": "5,000 V-Bucks",
            "datetime_created": "2025-09-12T07:30:31.455077Z",
            "datetime_updated": "2025-09-12T07:30:31.455091Z"
        }
    ]
}