A nested view set for model Variation.

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

{
    "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"
}