View set for model ProductVariationImage.

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

{
    "id": 277,
    "url": "https://api.purplme.com/products/30/variations/277/images/277/?format=api",
    "product_variation": {
        "id": 277,
        "url": "https://api.purplme.com/products/30/variations/277/?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/277/CONNECT7.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251103%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251103T001936Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=b2ed10beca564f3220f30dcad52461bf0b6b6a9b9c5c306a73879844269b7d84",
    "datetime_created": "2025-08-29T13:15:39.079453Z",
    "datetime_updated": "2025-08-29T13:15:39.079473Z"
}