View set for model ProductVariationImage.

GET /products/56/variations/650/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": 633,
            "url": "https://api.purplme.com/products/56/variations/650/images/633/?format=api",
            "product_variation": {
                "id": 650,
                "url": "https://api.purplme.com/products/56/variations/650/?format=api",
                "product": {
                    "id": 56,
                    "url": "https://api.purplme.com/products/56/?format=api",
                    "name": "SODETEL Recharge",
                    "brand": {
                        "id": 32,
                        "url": "https://api.purplme.com/brands/32/?format=api",
                        "name": "SODETEL",
                        "images": "https://api.purplme.com/brands/32/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 302,
                        "url": "https://api.purplme.com/variants/16/variations/302/?format=api",
                        "variant": {
                            "id": 16,
                            "url": "https://api.purplme.com/variants/16/?format=api",
                            "name": "Qouta"
                        },
                        "value": "DSL REFILL 25GB"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/56/variations/650/1s19.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251002%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251002T224818Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=b8857b3cc06039d3a1cac162cb9f544d0b5cdea0dc20d05d6c75ca6ace7b05d3",
            "datetime_created": "2025-08-29T13:16:46.443391Z",
            "datetime_updated": "2025-08-29T13:16:46.443408Z"
        }
    ]
}