View set for model ProductVariationImage.

GET /products/46/variations/408/images/400/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "id": 400,
    "url": "https://api.purplme.com/products/46/variations/408/images/400/?format=api",
    "product_variation": {
        "id": 408,
        "url": "https://api.purplme.com/products/46/variations/408/?format=api",
        "product": {
            "id": 46,
            "url": "https://api.purplme.com/products/46/?format=api",
            "name": "Netflix Gift Card",
            "brand": {
                "id": 23,
                "url": "https://api.purplme.com/brands/23/?format=api",
                "name": "Netflix",
                "images": "https://api.purplme.com/brands/23/images/?format=api"
            },
            "dial_code": ""
        },
        "variations": [
            {
                "id": 40,
                "url": "https://api.purplme.com/variants/1/variations/40/?format=api",
                "variant": {
                    "id": 1,
                    "url": "https://api.purplme.com/variants/1/?format=api",
                    "name": "Country"
                },
                "value": "AE"
            },
            {
                "id": 44,
                "url": "https://api.purplme.com/variants/2/variations/44/?format=api",
                "variant": {
                    "id": 2,
                    "url": "https://api.purplme.com/variants/2/?format=api",
                    "name": "Value"
                },
                "value": "AED500"
            }
        ]
    },
    "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/46/variations/408/Netflix-UAE3.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251028%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251028T195800Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=78807f2a729d082f6540a84c316d49b89226b0abaeedbd1796c6df7e8dcc0978",
    "datetime_created": "2025-08-29T13:16:02.610800Z",
    "datetime_updated": "2025-08-29T13:16:02.610820Z"
}