View set for model ProductVariationImage.

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

{
    "id": 16,
    "url": "https://api.purplme.com/products/12/variations/16/images/16/?format=api",
    "product_variation": {
        "id": 16,
        "url": "https://api.purplme.com/products/12/variations/16/?format=api",
        "product": {
            "id": 12,
            "url": "https://api.purplme.com/products/12/?format=api",
            "name": "Alfa Prepaid",
            "brand": {
                "id": 2,
                "url": "https://api.purplme.com/brands/2/?format=api",
                "name": "Alfa",
                "images": "https://api.purplme.com/brands/2/images/?format=api"
            }
        },
        "variations": [
            {
                "id": 3,
                "url": "https://api.purplme.com/variants/1/variations/3/?format=api",
                "variant": {
                    "id": 1,
                    "url": "https://api.purplme.com/variants/1/?format=api",
                    "name": "Country"
                },
                "value": "LB"
            },
            {
                "id": 4,
                "url": "https://api.purplme.com/variants/2/variations/4/?format=api",
                "variant": {
                    "id": 2,
                    "url": "https://api.purplme.com/variants/2/?format=api",
                    "name": "Value"
                },
                "value": "USD15.15"
            }
        ]
    },
    "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/12/variations/16/WhatsApp_Image_2022-07-06_at_3_39_33_PM_41.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251009%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251009T200629Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=75468b60580d4556cafd18a5ce07647ebb31f6515502e1bac73a8b9c1fe84c93",
    "datetime_created": "2025-08-29T10:46:14.732380Z",
    "datetime_updated": "2025-08-29T10:46:14.732399Z"
}