View set for model ProductVariationImage.

GET /products/52/variations/538/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": 529,
            "url": "https://api.purplme.com/products/52/variations/538/images/529/?format=api",
            "product_variation": {
                "id": 538,
                "url": "https://api.purplme.com/products/52/variations/538/?format=api",
                "product": {
                    "id": 52,
                    "url": "https://api.purplme.com/products/52/?format=api",
                    "name": "Razer Gold Gift Card",
                    "brand": {
                        "id": 28,
                        "url": "https://api.purplme.com/brands/28/?format=api",
                        "name": "Razer",
                        "images": "https://api.purplme.com/brands/28/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 246,
                        "url": "https://api.purplme.com/variants/2/variations/246/?format=api",
                        "variant": {
                            "id": 2,
                            "url": "https://api.purplme.com/variants/2/?format=api",
                            "name": "Value"
                        },
                        "value": "300$-"
                    },
                    {
                        "id": 239,
                        "url": "https://api.purplme.com/variants/1/variations/239/?format=api",
                        "variant": {
                            "id": 1,
                            "url": "https://api.purplme.com/variants/1/?format=api",
                            "name": "Country"
                        },
                        "value": "UN"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/52/variations/538/RZR-GLOBAL61.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20260401%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260401T150100Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=30f284318936725a523dde9d37d8fcbe76efed571a997dc436448094286c590a",
            "datetime_created": "2025-08-29T13:16:27.111205Z",
            "datetime_updated": "2025-08-29T13:16:27.111224Z"
        }
    ]
}