View set for model ProductVariationImage.

GET /products/44/variations/389/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": 381,
            "url": "https://api.purplme.com/products/44/variations/389/images/381/?format=api",
            "product_variation": {
                "id": 389,
                "url": "https://api.purplme.com/products/44/variations/389/?format=api",
                "product": {
                    "id": 44,
                    "url": "https://api.purplme.com/products/44/?format=api",
                    "name": "MOBI Recharge",
                    "brand": {
                        "id": 21,
                        "url": "https://api.purplme.com/brands/21/?format=api",
                        "name": "MOBI",
                        "images": "https://api.purplme.com/brands/21/images/?format=api"
                    }
                },
                "variations": [
                    {
                        "id": 201,
                        "url": "https://api.purplme.com/variants/13/variations/201/?format=api",
                        "variant": {
                            "id": 13,
                            "url": "https://api.purplme.com/variants/13/?format=api",
                            "name": "Speed"
                        },
                        "value": "1 Mbps"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/44/variations/389/1519874242130.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T001742Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=22eef7de23bb795b1e300e150b08cd5d35dfffe56f0abef591553c05748dc326",
            "datetime_created": "2025-08-29T13:15:58.341901Z",
            "datetime_updated": "2025-08-29T13:15:58.341921Z"
        }
    ]
}