SA REST API : System Architect REST API : Return properties and symbols for the given diagram instance using DDID
  
Return properties and symbols for the given diagram instance using DDID
Syntax
http://<Machine Name|IP>:<Port>/SARest/SQL/<Server Name>/<Encyclopedia Name>/<Workspace ID>/Diagrams/<Type Name>/<DDID>
Example
http://localhost:8889/SARest/SQL/MySQLServer/Samples/1/Diagrams/Business-spa-Process/12246
Results
<Encyclopedia name="Samples">
<Diagrams>
<Business-spa-Process _image_jpeg="http://localhost:8889/SARest/SQL/MySQLServer/Samples/1/Diagrams/Business-spa-Process/12246/Image/JPEG" _image_png="http://localhost:8889/SARest/SQL/MySQLServer/Samples/1/Diagrams/Business-spa-Process/12246/Image/PNG" _image_wmf="http://localhost:8889/SARest/SQL/MySQLServer/Samples/1/Diagrams/Business-spa-Process/12246/Image/WMF">
<href>http://localhost:8889/SARest/SQL/MySQLServer/Samples/1/Diagrams/Business-spa-Process/12246</href>
<Name>\Test\</Name>
<Identity>12246</Identity>
<WorkspaceId>1</WorkspaceId>
<Type>142</Type>
<SAVersion>2</SAVersion>
<prp_Use-spa-Automatic-spa-Gradient-spa-Fills>T</prp_Use-spa-Automatic-spa-Gradient-spa-Fills>
<prp_Vertical-spa-Pools-spa-and-spa-Lanes>F</prp_Vertical-spa-Pools-spa-and-spa-Lanes>
<prp_Check-spa-Connections>F</prp_Check-spa-Connections>
<prp_Diagram-spa-Status>Working</prp_Diagram-spa-Status>
<Symbols>
<Process>
<Name>Process_1</Name>
<Identity>12247</Identity>
<WorkspaceId>1</WorkspaceId>
<Type>777</Type>
<SAVersion>1</SAVersion>
<prp_Process-spa-Stereotype>process</prp_Process-spa-Stereotype>
<href>http://localhost:8889/SARest/SQL/MySQLServer/Samples/1/Diagrams/Business-spa-Process/12246/12247</href>
</Process>
</Symbols>
</Business-spa-Process>
</Diagrams>
</Encyclopedia>
Comments
DDID is the unique identifier for the diagram instance.
Parent topic
System Architect REST API