View set for model ProductVariationImage.

GET /products/35/variations/830/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": 793,
            "url": "https://api.purplme.com/products/35/variations/830/images/793/?format=api",
            "product_variation": {
                "id": 830,
                "url": "https://api.purplme.com/products/35/variations/830/?format=api",
                "product": {
                    "id": 35,
                    "url": "https://api.purplme.com/products/35/?format=api",
                    "name": "Fortnite Gift Card",
                    "brand": {
                        "id": 12,
                        "url": "https://api.purplme.com/brands/12/?format=api",
                        "name": "Fortnite",
                        "images": "https://api.purplme.com/brands/12/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 409,
                        "url": "https://api.purplme.com/variants/9/variations/409/?format=api",
                        "variant": {
                            "id": 9,
                            "url": "https://api.purplme.com/variants/9/?format=api",
                            "name": "V-Bucks"
                        },
                        "value": "5,000 V-Bucks"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/35/variations/830/Fortnite-USA9.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T003119Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=f4eda83a996576a5cf0163711751411df4a4a9ca076e6bf80e2037dc7658c48e",
            "datetime_created": "2025-09-12T07:30:31.941052Z",
            "datetime_updated": "2025-09-12T07:30:31.941077Z"
        }
    ]
}