A nested view set for model Variation.

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

{
    "id": 383,
    "url": "https://api.purplme.com/variants/17/variations/383/?format=api",
    "variant": {
        "id": 17,
        "url": "https://api.purplme.com/variants/17/?format=api",
        "name": "Months"
    },
    "value": "3 Months",
    "datetime_created": "2025-08-29T13:17:05.063204Z",
    "datetime_updated": "2025-08-29T13:17:05.063217Z"
}