A nested view set for model Variation.

GET /variants/2/variations/?format=api&offset=220&ordering=id
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=id",
    "results": [
        {
            "id": 404,
            "url": "https://api.purplme.com/variants/2/variations/404/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "AUD250",
            "datetime_created": "2025-09-05T12:03:44.208562Z",
            "datetime_updated": "2025-09-05T12:03:44.208576Z"
        },
        {
            "id": 405,
            "url": "https://api.purplme.com/variants/2/variations/405/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "AUD300",
            "datetime_created": "2025-09-05T12:03:44.409677Z",
            "datetime_updated": "2025-09-05T12:03:44.409690Z"
        },
        {
            "id": 406,
            "url": "https://api.purplme.com/variants/2/variations/406/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "AUD50",
            "datetime_created": "2025-09-05T12:03:44.602985Z",
            "datetime_updated": "2025-09-05T12:03:44.602998Z"
        },
        {
            "id": 407,
            "url": "https://api.purplme.com/variants/2/variations/407/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "AUD75",
            "datetime_created": "2025-09-05T12:03:44.805912Z",
            "datetime_updated": "2025-09-05T12:03:44.805926Z"
        }
    ]
}