View set for model ProductVariationImage.

GET /products/30/variations/266/images/266/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "id": 266,
    "url": "https://api.purplme.com/products/30/variations/266/images/266/?format=api",
    "product_variation": {
        "id": 266,
        "url": "https://api.purplme.com/products/30/variations/266/?format=api",
        "product": {
            "id": 30,
            "url": "https://api.purplme.com/products/30/?format=api",
            "name": "Connect Recharge",
            "brand": {
                "id": 8,
                "url": "https://api.purplme.com/brands/8/?format=api",
                "name": "Connect",
                "images": "https://api.purplme.com/brands/8/images/?format=api"
            },
            "dial_code": ""
        },
        "variations": [
            {
                "id": 141,
                "url": "https://api.purplme.com/variants/7/variations/141/?format=api",
                "variant": {
                    "id": 7,
                    "url": "https://api.purplme.com/variants/7/?format=api",
                    "name": "Quota"
                },
                "value": "FREEZE"
            }
        ]
    },
    "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/30/variations/266/CONNECT6.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251028%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251028T200800Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ed5632cd850a0e84199a6466f5887fc7d72d56caeb450b1dcc35dc63735c757b",
    "datetime_created": "2025-08-29T13:15:37.101071Z",
    "datetime_updated": "2025-08-29T13:15:37.101089Z"
}