A nested view set for model Variation.

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

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