Roles
Load role children (deprecated)
Returns role hierarchy with first-level children for lazy-loading role tree in admin UI. If no ID provided, returns root roles. This endpoint is deprecated.
get/api/role/loadchildren/{params}
Path parameters
paramsstring required
URL parameters including role ID (id=roleId or empty for root roles)
Response
Role children loaded successfully
object required
Role hierarchy tree with child roles containing id, name, locked, and children properties
Changes
No recorded changes to this endpoint across all 1 revision of this API.