CC#•Created by .perceptron on 3/9/2023 in #help ❔ How to get all children of parent node?
{
"data": [
{
"id": 2,
"name": "General",
"parentId": "0"
},
{
"id": 3,
"name": "Fruits",
"parentId": "2"
},
{
"id": 6,
"name": "Vegetables",
"parentId": "2"
},
{
"id": 12,
"name": "Apple",
"parentId": "3"
}
],
"success": true,
"messages": null
}