View set for model ProductVariationImage.

GET /products/30/variations/263/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": 263,
            "url": "https://api.purplme.com/products/30/variations/263/images/263/?format=api",
            "product_variation": {
                "id": 263,
                "url": "https://api.purplme.com/products/30/variations/263/?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"
                    }
                },
                "variations": [
                    {
                        "id": 138,
                        "url": "https://api.purplme.com/variants/7/variations/138/?format=api",
                        "variant": {
                            "id": 7,
                            "url": "https://api.purplme.com/variants/7/?format=api",
                            "name": "Quota"
                        },
                        "value": "4M / 85 GB"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/30/variations/263/CONNECT.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T021410Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=daf2fc2061ab13ee00d4ec8ace059c1fbf75d80ff4ab413bff7e72bca02913eb",
            "datetime_created": "2025-08-29T13:15:36.552889Z",
            "datetime_updated": "2025-08-29T13:15:36.552907Z"
        }
    ]
}