We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae21db7 commit d8aa9c6Copy full SHA for d8aa9c6
README.md
@@ -33,9 +33,13 @@ The following Views and menus are available on the backend.
33
* Some sort of Adapters to query Human readable name for Context per extension
34
35
## Methods (APIs ?)
36
-SetHierarchy(userid, mgr_id, context, context_id)
37
-GetHierarchyTree(userid, context, context_id, level)
38
-GetManagers(userid, context, context_idlevel)
+```
+setHierarchy(userid, mgr_id, context, context_id)
+
39
+getHierarchyTree(userid, context, context_id, level)
40
41
+getManagers(userid, context, context_idlevel)
42
43
44
## Future Upgrades
45
*Fetching fields to show on User Team view from Integration available
0 commit comments