View set for model ProductVariationImage.

GET /products/44/variations/369/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": 361,
            "url": "https://api.purplme.com/products/44/variations/369/images/361/?format=api",
            "product_variation": {
                "id": 369,
                "url": "https://api.purplme.com/products/44/variations/369/?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": 192,
                        "url": "https://api.purplme.com/variants/13/variations/192/?format=api",
                        "variant": {
                            "id": 13,
                            "url": "https://api.purplme.com/variants/13/?format=api",
                            "name": "Speed"
                        },
                        "value": "4 Mbps"
                    },
                    {
                        "id": 196,
                        "url": "https://api.purplme.com/variants/12/variations/196/?format=api",
                        "variant": {
                            "id": 12,
                            "url": "https://api.purplme.com/variants/12/?format=api",
                            "name": "Capacity"
                        },
                        "value": "80 GB"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/44/variations/369/mobi15121.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20260401%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260401T152451Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=3189b055351bcded82920d83f2c89a322b3262aae9bb48b8ba511d5c8a8c2af4",
            "datetime_created": "2025-08-29T13:15:54.701717Z",
            "datetime_updated": "2025-08-29T13:15:54.701736Z"
        }
    ]
}