SA REST API : System Architect REST API : Return the diagram image for the given diagram instance
  
Return the diagram image for the given diagram instance
Syntax
http://<Machine Name|IP>:<Port>/SARest/SQL/<Server Name>/<Encyclopedia Name>/<Workspace ID>/Diagrams/<Type Name>/<DDID>/Image/Image Format
Example
http://localhost:8889/SARest/SQL/MySQLServer/Samples/1/Diagrams/Business-spa-Process/12246/Image/JPEG
Results
An image of the diagram in the requested format is returned.
Comments
DDID is the unique identifier for the diagram instance.
Image Format is JPEG, PNG, WMF, or SVG.
Parent topic
System Architect REST API