get https://live.copilot.fabric.inc/api-category/v1/category/tree
Hierarchy of parent and children categories form a tree structure. This endpoint returns a tree of categories rooted in the category identified by id
or nodeId
.
Note:
1) If parent category does not exist in the system, you'll get a 404 - Not found
error
2) If a child category does not exist for the given parent, you'll get a success response but children
property will show a blank array.