GET
/cms/categories/{bucketId} https://apis-spb.konso.io/cms/categories/{bucketId} Categories list
Параметры запроса
id number parentId number name string section number from number
по умолчанию: 0 Starting offset for pagination (0-based)
to number
по умолчанию: 10 Maximum number of items to return per page
Ответы
200 List of categories
тип: PagedResponse<CategoryDto>
Язык:
expand_more
Пример запроса
curl --request GET \
--url https://apis-spb.konso.io/cms/categories/{bucketId} Response Example 200
{
"total": 1,
"list": [
{
"id": 123,
"name": "Category Name",
"slug": "category-name",
"section": 1,
}
]
} KONSO