A nested view set for model Variation.

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 75,
            "url": "https://api.purplme.com/variants/5/variations/75/?format=api",
            "variant": {
                "id": 5,
                "url": "https://api.purplme.com/variants/5/?format=api",
                "name": "Plan"
            },
            "value": "FAMILY",
            "datetime_created": "2025-08-29T13:15:09.824496Z",
            "datetime_updated": "2025-08-29T13:15:09.824509Z"
        },
        {
            "id": 219,
            "url": "https://api.purplme.com/variants/5/variations/219/?format=api",
            "variant": {
                "id": 5,
                "url": "https://api.purplme.com/variants/5/?format=api",
                "name": "Plan"
            },
            "value": "FAMILY-12M",
            "datetime_created": "2025-08-29T13:16:06.630212Z",
            "datetime_updated": "2025-08-29T13:16:06.630225Z"
        },
        {
            "id": 76,
            "url": "https://api.purplme.com/variants/5/variations/76/?format=api",
            "variant": {
                "id": 5,
                "url": "https://api.purplme.com/variants/5/?format=api",
                "name": "Plan"
            },
            "value": "GOLD",
            "datetime_created": "2025-08-29T13:15:10.150188Z",
            "datetime_updated": "2025-08-29T13:15:10.150200Z"
        },
        {
            "id": 82,
            "url": "https://api.purplme.com/variants/5/variations/82/?format=api",
            "variant": {
                "id": 5,
                "url": "https://api.purplme.com/variants/5/?format=api",
                "name": "Plan"
            },
            "value": "PLUS",
            "datetime_created": "2025-08-29T13:15:15.820180Z",
            "datetime_updated": "2025-08-29T13:15:15.820193Z"
        },
        {
            "id": 416,
            "url": "https://api.purplme.com/variants/5/variations/416/?format=api",
            "variant": {
                "id": 5,
                "url": "https://api.purplme.com/variants/5/?format=api",
                "name": "Plan"
            },
            "value": "START",
            "datetime_created": "2025-09-15T10:33:57.648081Z",
            "datetime_updated": "2025-09-15T10:33:57.648097Z"
        }
    ]
}