View set for model ProductVariationImage.

GET /products/54/variations/629/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": 612,
            "url": "https://api.purplme.com/products/54/variations/629/images/612/?format=api",
            "product_variation": {
                "id": 629,
                "url": "https://api.purplme.com/products/54/variations/629/?format=api",
                "product": {
                    "id": 54,
                    "url": "https://api.purplme.com/products/54/?format=api",
                    "name": "Shahid Subscription",
                    "brand": {
                        "id": 43,
                        "url": "https://api.purplme.com/brands/43/?format=api",
                        "name": "Shahid",
                        "images": "https://api.purplme.com/brands/43/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 71,
                        "url": "https://api.purplme.com/variants/2/variations/71/?format=api",
                        "variant": {
                            "id": 2,
                            "url": "https://api.purplme.com/variants/2/?format=api",
                            "name": "Value"
                        },
                        "value": "6 Months"
                    },
                    {
                        "id": 81,
                        "url": "https://api.purplme.com/variants/1/variations/81/?format=api",
                        "variant": {
                            "id": 1,
                            "url": "https://api.purplme.com/variants/1/?format=api",
                            "name": "Country"
                        },
                        "value": "OM"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/54/variations/629/67c6ff40d88a8.VIP6MOman.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251002%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251002T223200Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=5adbc3505417fd2fd66c1870ad509e38b2e6277c121ff93a4de06936096b5517",
            "datetime_created": "2025-08-29T13:16:42.587814Z",
            "datetime_updated": "2025-08-29T13:16:42.587835Z"
        }
    ]
}