Skip to content

misc get categories

Zig1375 edited this page Oct 20, 2017 · 1 revision

misc/get-categories

Получение всех категорий.

Входящие параметры

Без входящих параметров

Результат

Массив категорий. Категориях первого уровня возможна вложенность.

[
    {
        "cat_id": 508,
        "cat_name": "Автомобили",
        "cat_name_origin": "Automotive",
        "child": [
            {
                "cat_id": 510,
                "parent_id": 508,
                "cat_name": "Авто Ремонт",
                "cat_name_origin": "Auto Repair"
            }
        ]
    }
]
Clone this wiki locally