A nested view set for model Variation.

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 201,
            "url": "https://api.purplme.com/variants/13/variations/201/?format=api",
            "variant": {
                "id": 13,
                "url": "https://api.purplme.com/variants/13/?format=api",
                "name": "Speed"
            },
            "value": "1 Mbps",
            "datetime_created": "2025-08-29T13:15:58.174629Z",
            "datetime_updated": "2025-08-29T13:15:58.174643Z"
        },
        {
            "id": 197,
            "url": "https://api.purplme.com/variants/13/variations/197/?format=api",
            "variant": {
                "id": 13,
                "url": "https://api.purplme.com/variants/13/?format=api",
                "name": "Speed"
            },
            "value": "OPEN SPEED",
            "datetime_created": "2025-08-29T13:15:55.262342Z",
            "datetime_updated": "2025-08-29T13:15:55.262356Z"
        },
        {
            "id": 192,
            "url": "https://api.purplme.com/variants/13/variations/192/?format=api",
            "variant": {
                "id": 13,
                "url": "https://api.purplme.com/variants/13/?format=api",
                "name": "Speed"
            },
            "value": "4 Mbps",
            "datetime_created": "2025-08-29T13:15:53.774608Z",
            "datetime_updated": "2025-08-29T13:15:53.774621Z"
        }
    ]
}