API
- 11 Sep 2024
- 1 Minute to read
- Print
API
- Updated on 11 Sep 2024
- 1 Minute to read
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
CX Portal
The CX Portal is built using the Dise API so all actions in the CX Portal can be done via the API. An integration token must be used to access the Dise API from outside the portal.
Use GraphQL in scripts or via the inbuilt GraphQL tool in the CX Portal:
- Add '/docs' to the end of the CX Portal URL.
- E.g. https://app.dise.com/docs
- Expand 'Docs' in the top right to view API documentation.
- Add the GraphQL query to the main section.
- Add any query variables to the bottom section.
- Click the run button:
Premium Player HTTP
The Premium player has a built-in web server which can be controlled by API calls:
- Navigate to http://developer.dise.com/ for API documentation.
- Add the 'WebServerEnabled' custom setting to the player.
- Check the web server is active by navigating to 'http://[player IP or hostname]:8080' on the player's web browser. If active, the player's information will display.
- API calls must be made on the same network as the target players.
Was this article helpful?