Hierarchy
- Portals
Methods
get
-
Get portal by worskspace code.
Example:
const portal = await System.portals.get(Namespace. code);
Parameters
-
code: String
Workspace code.
Returns Promise<Portal | undefined>
-
getAvailableForUser
list
-
Get a list of the company's portals.
Example:
const portals = await System.portals.list();
Returns Promise<Portal[]>
External portals