A nested view set for model Variation.

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

{
    "id": 385,
    "url": "https://api.purplme.com/variants/19/variations/385/?format=api",
    "variant": {
        "id": 19,
        "url": "https://api.purplme.com/variants/19/?format=api",
        "name": "Pass Type"
    },
    "value": "Ultimate",
    "datetime_created": "2025-08-29T13:17:05.455957Z",
    "datetime_updated": "2025-08-29T13:17:05.455971Z"
}