Публичный модификаций товара

GET /api/mod/?format=api&ordering=-title
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "pages": 1,
    "page": 1,
    "next": null,
    "previous": null,
    "start_index": 1,
    "end_index": 2,
    "results": [
        {
            "id": 2,
            "title": "Новая модификация 2",
            "articul": "",
            "image": null,
            "is_deleted": false,
            "image_detail": null,
            "images_detail": [],
            "properties_detail": []
        },
        {
            "id": 1,
            "title": "Новая модификация 1",
            "articul": "",
            "image": null,
            "is_deleted": false,
            "image_detail": null,
            "images_detail": [],
            "properties_detail": []
        }
    ]
}