A nested view set for model Variation.

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

{
    "id": 157,
    "url": "https://api.purplme.com/variants/8/variations/157/?format=api",
    "variant": {
        "id": 8,
        "url": "https://api.purplme.com/variants/8/?format=api",
        "name": "Service Type"
    },
    "value": "Fiber",
    "datetime_created": "2025-08-29T13:15:39.971617Z",
    "datetime_updated": "2025-08-29T13:15:39.971630Z"
}