SA REST API : System Architect REST API : Return encyclopedias on the given SQL Server
  
Return encyclopedias on the given SQL Server
Syntax
http://<Machine Name/IP>:<Port>/SARest/SQL/<Server Name>
Example
http://localhost:8889/SARest/SQL/MySQLServer
Results
<MySQLServer>
<encys>
<ency name="Samples" href="http://localhost:8889/SARest/SQL/MySQLServer/Samples"/>
<ency name="Tutorial" href="http://localhost:8889/SARest/SQL/MySQLServer/Tutorial"/>
</encys>
</MySQLServer>
Comments
None.
Parent topic
System Architect REST API