SA REST API : System Architect REST API : Obtain SAXT link for an item
  
Obtain SAXT link for an item
Syntax
http://<Machine Name|IP>:<Port>/SARest/SQL/<Server Name>/<Encyclopedia Name>/<Workspace ID>/[Definitions|Diagrams]/DDID/SAXTUrl
Note The leading part of the returned URL comes from the SAXT URL configured in the System Architect REST Configuration Wizard.
Example
http://localhost:8889/SARest/SQL/MySQLServer/MyEncy/1/Definitions/43303/SAXTUrl
Results
A JSON string: { saxturl: "http://localhost/saxt/ip/getpage.aspx?DDID=43303&url=Ency%3dMySQLServer (MyEncy)%26stype%3d1%26sname%3dMySQLServer%26encyn%3dMyEncy%26state%3d3%26mode%3dFalse%26licen%3d1%26wrkID%3d1" }
Parent topic
System Architect REST API