Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeConfluence
languagejavascript
pre {
  allSubscriptions = CloudOS:getAllSubscriptions();
}

 

 

...

getAllPendingApproval()

The getAllPendingApproval() function returns a map of all subscription request that are pending your approval. The subscription sample application provides an example of using this function.

Code Block
themeConfluence
languagejavascript
pre {
  allSubscriptionsPendingApproval = CloudOS:getAllPendingApproval();
}