You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param options anything parsable by URLSearchParams. See useful options here https://docs.cloudbolt.io/articles/#!cloudbolt-latest-docs/api-conventions/a/h2__904191799
9
+
* @returns {Promise} resolves with a list of existing Branded Portals
10
+
*/
11
+
list: (options)=>crud.getItems(URL,options),
12
+
13
+
/**
14
+
* Retrieve an existing CUI Portal by id
15
+
* @param {string} id or global_id
16
+
* @returns {Promise} resolves with a cloudbolt API Response object of the CUI Portal object
0 commit comments