View set for model ProductVariationImage.

GET /products/66/variations/767/images/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 733,
            "url": "https://api.purplme.com/products/66/variations/767/images/733/?format=api",
            "product_variation": {
                "id": 767,
                "url": "https://api.purplme.com/products/66/variations/767/?format=api",
                "product": {
                    "id": 66,
                    "url": "https://api.purplme.com/products/66/?format=api",
                    "name": "Xbox Game Pass Gift Card",
                    "brand": {
                        "id": 39,
                        "url": "https://api.purplme.com/brands/39/?format=api",
                        "name": "Xbox",
                        "images": "https://api.purplme.com/brands/39/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "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"
                    },
                    {
                        "id": 385,
                        "url": "https://api.purplme.com/variants/19/variations/385/?format=api",
                        "variant": {
                            "id": 19,
                            "url": "https://api.purplme.com/variants/19/?format=api",
                            "name": "Pass Type"
                        },
                        "value": "Ultimate"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/66/variations/767/67f8c8b5525f2.650c20070e46b.XBox-Game-Pass.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251002%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251002T223051Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=38d3b7533d65b3af7e8fedd0fbc1cad2968f129523c8b4b095d45a9400594150",
            "datetime_created": "2025-08-29T13:17:06.034637Z",
            "datetime_updated": "2025-08-29T13:17:06.034659Z"
        }
    ]
}