View set for model ProductVariationImage.

GET /products/30/variations/276/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": 276,
            "url": "https://api.purplme.com/products/30/variations/276/images/276/?format=api",
            "product_variation": {
                "id": 276,
                "url": "https://api.purplme.com/products/30/variations/276/?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": 151,
                        "url": "https://api.purplme.com/variants/7/variations/151/?format=api",
                        "variant": {
                            "id": 7,
                            "url": "https://api.purplme.com/variants/7/?format=api",
                            "name": "Quota"
                        },
                        "value": "825 GB"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/30/variations/276/CONNECT10.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T003215Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=5a3f8d3361d18bb6221e7bf9cbd15ec2536ece9f8796325efe16fd282ffc48db",
            "datetime_created": "2025-08-29T13:15:38.903929Z",
            "datetime_updated": "2025-08-29T13:15:38.903947Z"
        }
    ]
}