View set for model ProductVariationImage.

GET /products/66/variations/764/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": 731,
            "url": "https://api.purplme.com/products/66/variations/764/images/731/?format=api",
            "product_variation": {
                "id": 764,
                "url": "https://api.purplme.com/products/66/variations/764/?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": 381,
                        "url": "https://api.purplme.com/variants/19/variations/381/?format=api",
                        "variant": {
                            "id": 19,
                            "url": "https://api.purplme.com/variants/19/?format=api",
                            "name": "Pass Type"
                        },
                        "value": "Core"
                    },
                    {
                        "id": 384,
                        "url": "https://api.purplme.com/variants/17/variations/384/?format=api",
                        "variant": {
                            "id": 17,
                            "url": "https://api.purplme.com/variants/17/?format=api",
                            "name": "Months"
                        },
                        "value": "6 Months"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/66/variations/764/677fe8d485426.xboxcore.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251002%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251002T223201Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=9028ba1c1ba5e3256faa1db4cce40a7b91710e649fcedaec7ef2ce43ccb00a8e",
            "datetime_created": "2025-08-29T13:17:05.423770Z",
            "datetime_updated": "2025-08-29T13:17:05.423791Z"
        }
    ]
}