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": 388,
            "url": "https://api.purplme.com/variants/2/variations/388/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "100 USD",
            "datetime_created": "2025-08-29T13:17:09.358857Z",
            "datetime_updated": "2025-08-29T13:17:09.358870Z"
        },
        {
            "id": 242,
            "url": "https://api.purplme.com/variants/2/variations/242/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "100$-",
            "datetime_created": "2025-08-29T13:16:26.251436Z",
            "datetime_updated": "2025-08-29T13:16:26.251449Z"
        },
        {
            "id": 241,
            "url": "https://api.purplme.com/variants/2/variations/241/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "10$-",
            "datetime_created": "2025-08-29T13:16:26.075938Z",
            "datetime_updated": "2025-08-29T13:16:26.075952Z"
        },
        {
            "id": 240,
            "url": "https://api.purplme.com/variants/2/variations/240/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "1$-",
            "datetime_created": "2025-08-29T13:16:25.899172Z",
            "datetime_updated": "2025-08-29T13:16:25.899185Z"
        }
    ]
}