View set for model Variant.

GET /variants/?format=api&offset=20&ordering=-name
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "count": 21,
    "next": null,
    "previous": "https://api.purplme.com/variants/?format=api&limit=10&offset=10&ordering=-name",
    "results": [
        {
            "id": 14,
            "url": "https://api.purplme.com/variants/14/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "name": "Add-On",
            "variations": "https://api.purplme.com/variants/14/variations/?format=api",
            "datetime_created": "2025-08-29T13:15:53.780163Z",
            "datetime_updated": "2025-08-29T13:15:53.780176Z"
        }
    ]
}