A nested view set for model Variation.

GET /variants/2/variations/?format=api&offset=220&ordering=-datetime_created
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=-datetime_created",
    "results": [
        {
            "id": 8,
            "url": "https://api.purplme.com/variants/2/variations/8/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "EUR10",
            "datetime_created": "2025-08-29T13:14:51.469175Z",
            "datetime_updated": "2025-08-29T13:14:51.469186Z"
        },
        {
            "id": 6,
            "url": "https://api.purplme.com/variants/2/variations/6/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "USD7.58",
            "datetime_created": "2025-08-29T10:46:14.950363Z",
            "datetime_updated": "2025-08-29T10:46:14.950375Z"
        },
        {
            "id": 5,
            "url": "https://api.purplme.com/variants/2/variations/5/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "USD4.5",
            "datetime_created": "2025-08-29T10:46:14.745849Z",
            "datetime_updated": "2025-08-29T10:46:14.745862Z"
        },
        {
            "id": 4,
            "url": "https://api.purplme.com/variants/2/variations/4/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "USD15.15",
            "datetime_created": "2025-08-29T10:46:14.574768Z",
            "datetime_updated": "2025-08-29T10:46:14.574780Z"
        }
    ]
}