ReDoc documentation
Get category list
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "id": 0,
- "parent_id": 0,
- "name": "string",
- "is_active": true,
- "position": 0,
- "level": 0,
- "children": "string",
- "created_at": "string",
- "updated_at": "string",
- "path": "string",
- "available_sort_by": [
- "string"
], - "include_in_menu": true,
- "extension_attributes": { },
- "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}