Can I access Panorama X Server Programmatically?

Is it possible for me to access a Panorama X server programmatically?

In other words, can I essentially use Panorama X to host an API through which I can access the data on my server?

Using the Pan X Web Server capabilities you can definitely make the server do all sorts of things for you. It doesn’t to have to involve browsers or html but it does involve an http style query.

From a copy of Panorama you can use posturl(, urltask(, loadurl(,… The server can then carry out certain tasks that you’ve programmed If no response is needed, fine. If it is, it can be as simple as a reply that a task is done, or it can be a very involved piece of formatted data as text, JSON, html…

1 Like