View set for model Variant.

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

{
    "id": 32,
    "url": "https://api.purplme.com/variants/32/?format=api",
    "owner": {
        "id": 39,
        "url": "https://api.purplme.com/partners/39/?format=api",
        "name": "Mirella El Roumi",
        "type": "merchant"
    },
    "name": "type2",
    "variations": "https://api.purplme.com/variants/32/variations/?format=api",
    "datetime_created": "2026-03-31T14:25:01.629911Z",
    "datetime_updated": "2026-03-31T14:25:01.629924Z"
}