View set for model ProductVariationImage.

GET /products/35/variations/301/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": 294,
            "url": "https://api.purplme.com/products/35/variations/301/images/294/?format=api",
            "product_variation": {
                "id": 301,
                "url": "https://api.purplme.com/products/35/variations/301/?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": 168,
                        "url": "https://api.purplme.com/variants/9/variations/168/?format=api",
                        "variant": {
                            "id": 9,
                            "url": "https://api.purplme.com/variants/9/?format=api",
                            "name": "V-Bucks"
                        },
                        "value": "13,500 V-Bucks"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/35/variations/301/Fortnite-USA10.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T003223Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=39d08c24ce430e53a9ed084ea956a9989295d71de68711d722939be28bbf62a5",
            "datetime_created": "2025-08-29T13:15:42.448784Z",
            "datetime_updated": "2025-08-29T13:15:42.448802Z"
        }
    ]
}