A nested view set for model Variation.

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

{
    "count": 224,
    "next": null,
    "previous": "https://api.purplme.com/variants/2/variations/?format=api&limit=10&offset=210&ordering=value",
    "results": [
        {
            "id": 134,
            "url": "https://api.purplme.com/variants/2/variations/134/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "USDT100",
            "datetime_created": "2025-08-29T13:15:35.201633Z",
            "datetime_updated": "2025-08-29T13:15:35.201645Z"
        },
        {
            "id": 135,
            "url": "https://api.purplme.com/variants/2/variations/135/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "USDT250",
            "datetime_created": "2025-08-29T13:15:35.423644Z",
            "datetime_updated": "2025-08-29T13:15:35.423657Z"
        },
        {
            "id": 136,
            "url": "https://api.purplme.com/variants/2/variations/136/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "USDT50",
            "datetime_created": "2025-08-29T13:15:35.600195Z",
            "datetime_updated": "2025-08-29T13:15:35.600209Z"
        },
        {
            "id": 137,
            "url": "https://api.purplme.com/variants/2/variations/137/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "USDT500",
            "datetime_created": "2025-08-29T13:15:35.811665Z",
            "datetime_updated": "2025-08-29T13:15:35.811678Z"
        }
    ]
}