Versions Compared

Key

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

IMPORTANT NOTE: The information below is useful for setting up the LEGACY type of live widgets.
For the current Live Wallboard type setup, see https://destinygroup.atlassian.net/wiki/spaces/DA/pages/1635254291/Enabling+Live+Wallboard+D4SP+Core+Live

API ticket requirements specification

...


Add the properties on the user or customer

  1. Go to the properties tab of the user or customer that should have the widgets activated.

  2. Add the following properties to the properties box (baseUrl is optional if it is configured in the wallboard installation). A detailed explanation about the properties can be found below.

  3. Go back to the settings tab and make sure to click one of the Save buttons to save the changes.

...

Expand
titleCopyable properties
Code Block
telepo_live.widgets_enabled=True
micloud.baseUrl=https://MyTelepoApiUrl
micloud.domain=MyDomain.com
micloud.username=MyUsername
micloud.token=MyTelepoToken

Expand
titleProperties description

micloud.baseUrl: The URL to the Telepo System that exposes the API. Consult your Telepo service provider if this is unknown.

micloud.domain: The organization domain.

micloud.username: The username of the Telepo user that has the API ticket configured on them. 

micloud.token: The API ticket token found in the ticket details.

Test the widgets

  1. Go to the dashboard.

  2. Click Add content.

  3. The widgets should now be shown under the headline Live data from queues.

Test the Telepo Token and Username

...