A nested view set for model Variation.

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

{
    "id": 198,
    "url": "https://api.purplme.com/variants/12/variations/198/?format=api",
    "variant": {
        "id": 12,
        "url": "https://api.purplme.com/variants/12/?format=api",
        "name": "Capacity"
    },
    "value": "1G",
    "datetime_created": "2025-08-29T13:15:57.640011Z",
    "datetime_updated": "2025-08-29T13:15:57.640024Z"
}