Basic syntax


The VIS9®CORE implements some new standards for better access to your data.

URI


Most of VIS9®CORE controls using this logic:

Built-in application or command

?<application name or command>

Built-in application module

?<application name>:<module name>

Built-in application with parameters

?<application name>:<module name>&<param name>=<param value>

External application

?!<external application name>

External application module

?!<external application name>:<module name>

WEB engine project (web pages)

?/<realitve path>

WEB engine project (web pages)

?/<realitve path to web page>

WEB engine resource (images, style pages, other files)

?/:@<realitve path to file at current WEB resource folder>

Example:
https://vis9core.com/?/:@image/logo.png

Direct entity access

?:<entity ID>

Example:
https://vis9core.com/?:h2czzVGMHySA

Command examples


Help

This command shows
<your VIS9® server URL>?help

Reset

This command resets all cookies settings to none. Then the CORE starts again. Data or config at VIS9CORE not be affected.
<your VIS9® server URL>?reset

Call built-in application

This is a very simple ussage for start of your projects.
<your VIS9® server URL>?hometube
<your VIS9® server URL>?photoalbum
<your VIS9® server URL>?sheets

Access methods

The http and https protocols implementing access methods:

The VIS9®CORE uses only these:

So it means, that some methods requires more than parameters at URL.