View set for model ProductVariationImage.

GET /products/44/variations/379/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": 371,
            "url": "https://api.purplme.com/products/44/variations/379/images/371/?format=api",
            "product_variation": {
                "id": 379,
                "url": "https://api.purplme.com/products/44/variations/379/?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": 193,
                        "url": "https://api.purplme.com/variants/14/variations/193/?format=api",
                        "variant": {
                            "id": 14,
                            "url": "https://api.purplme.com/variants/14/?format=api",
                            "name": "Add-On"
                        },
                        "value": "Free Night Quota"
                    },
                    {
                        "id": 197,
                        "url": "https://api.purplme.com/variants/13/variations/197/?format=api",
                        "variant": {
                            "id": 13,
                            "url": "https://api.purplme.com/variants/13/?format=api",
                            "name": "Speed"
                        },
                        "value": "OPEN SPEED"
                    }
                ]
            },
            "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/44/variations/379/mobi159.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251003%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T001737Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=f2da70c39796260dc8bc5a90774eb25eeeed2b9d786e9553092ce81ecd9a6ca5",
            "datetime_created": "2025-08-29T13:15:56.540191Z",
            "datetime_updated": "2025-08-29T13:15:56.540209Z"
        }
    ]
}