Skip to main content

DisplayNet API Manual

The DisplayNet API provides routing and configuration management through a human-readable interface. DisplayNet Manager is built entirely on this API, and is the recommended tool for initial system configuration.

The DisplayNet API is backwards-compatible with the SDVoE API, so pre-built integrations for other vendors' control equipment keep working, and SDVoE commands can be sent alongside DisplayNet commands in the same session. DisplayNet-specific features, such as stored MultiView configurations, are not reachable from an integration that speaks only the SDVoE API.

Intended audience

This manual is for developers and integrators building applications on DisplayNet. It covers connecting to the API and gives a full reference for every command. DisplayNet Manager's Console shows every command the software sends, which makes it a live companion to this manual during development.

Getting started

Start with Using the API: connecting, the connection lifecycle, and how notifications and events are delivered.

Common starting points